diff options
Diffstat (limited to 'fs/ubifs/ubifs.h')
-rw-r--r-- | fs/ubifs/ubifs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index 565dca2ec0bd..73ca8a009798 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h | |||
@@ -808,6 +808,10 @@ struct ubifs_compressor { | |||
808 | * An inode may contain 4KiB of data at max., thus the widths of @new_ino_d | 808 | * An inode may contain 4KiB of data at max., thus the widths of @new_ino_d |
809 | * is 13 bits, and @dirtied_ino_d - 15, because up to 4 inodes may be made | 809 | * is 13 bits, and @dirtied_ino_d - 15, because up to 4 inodes may be made |
810 | * dirty by the re-name operation. | 810 | * dirty by the re-name operation. |
811 | * | ||
812 | * Note, UBIFS aligns node lengths to 8-bytes boundary, so the requester has to | ||
813 | * make sure the amount of inode data which contribute to @new_ino_d and | ||
814 | * @dirtied_ino_d fields are aligned. | ||
811 | */ | 815 | */ |
812 | struct ubifs_budget_req { | 816 | struct ubifs_budget_req { |
813 | unsigned int fast:1; | 817 | unsigned int fast:1; |