diff options
Diffstat (limited to 'fs/ubifs/ubifs.h')
-rw-r--r-- | fs/ubifs/ubifs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index c16fff7271d3..b2babce4d70f 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h | |||
@@ -905,6 +905,7 @@ struct ubifs_budget_req { | |||
905 | * @inum: inode number | 905 | * @inum: inode number |
906 | * @new: %1 => added since the last commit, otherwise %0 | 906 | * @new: %1 => added since the last commit, otherwise %0 |
907 | * @cmt: %1 => commit pending, otherwise %0 | 907 | * @cmt: %1 => commit pending, otherwise %0 |
908 | * @del: %1 => delete pending, otherwise %0 | ||
908 | */ | 909 | */ |
909 | struct ubifs_orphan { | 910 | struct ubifs_orphan { |
910 | struct rb_node rb; | 911 | struct rb_node rb; |
@@ -915,6 +916,7 @@ struct ubifs_orphan { | |||
915 | ino_t inum; | 916 | ino_t inum; |
916 | unsigned new:1; | 917 | unsigned new:1; |
917 | unsigned cmt:1; | 918 | unsigned cmt:1; |
919 | unsigned del:1; | ||
918 | }; | 920 | }; |
919 | 921 | ||
920 | /** | 922 | /** |