]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/f2fs/node.h
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / fs / f2fs / node.h
index 7281112cd1c81445046ca90bc8b7711c7630ec9e..8a116a40759920620e43b8adffb43323c3f04cc2 100644 (file)
@@ -89,6 +89,13 @@ enum mem_type {
        DIRTY_DENTS     /* indicates dirty dentry pages */
 };
 
+struct nat_entry_set {
+       struct list_head set_list;      /* link with all nat sets */
+       struct list_head entry_list;    /* link with dirty nat entries */
+       nid_t start_nid;                /* start nid of nats in set */
+       unsigned int entry_cnt;         /* the # of nat entries in set */
+};
+
 /*
  * For free nid mangement
  */