mm: memcg: fix compaction/migration failing due to memcg limits
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / nilfs2 / btnode.h
index 3a4dd2d..d876b56 100644 (file)
 #include <linux/fs.h>
 #include <linux/backing-dev.h>
 
-
+/**
+ * struct nilfs_btnode_chkey_ctxt - change key context
+ * @oldkey: old key of block's moving content
+ * @newkey: new key for block's content
+ * @bh: buffer head of old buffer
+ * @newbh: buffer head of new buffer
+ */
 struct nilfs_btnode_chkey_ctxt {
        __u64 oldkey;
        __u64 newkey;