diff options
Diffstat (limited to 'fs/udf/udf_i.h')
-rw-r--r-- | fs/udf/udf_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/udf/udf_i.h b/fs/udf/udf_i.h index d6d9a774a1c1..4f86b1d98a5d 100644 --- a/fs/udf/udf_i.h +++ b/fs/udf/udf_i.h | |||
@@ -12,8 +12,8 @@ struct udf_inode_info { | |||
12 | __u32 i_next_alloc_block; | 12 | __u32 i_next_alloc_block; |
13 | __u32 i_next_alloc_goal; | 13 | __u32 i_next_alloc_goal; |
14 | unsigned i_alloc_type : 3; | 14 | unsigned i_alloc_type : 3; |
15 | unsigned i_efe : 1; | 15 | unsigned i_efe : 1; /* extendedFileEntry */ |
16 | unsigned i_use : 1; | 16 | unsigned i_use : 1; /* unallocSpaceEntry */ |
17 | unsigned i_strat4096 : 1; | 17 | unsigned i_strat4096 : 1; |
18 | unsigned reserved : 26; | 18 | unsigned reserved : 26; |
19 | union { | 19 | union { |