Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
[linux-2.6-block.git] / fs / udf / udf_i.h
index d6d9a774a1c1b2f13d371912be7cceaa53c22928..4f86b1d98a5d44ffbf1ae64bee4618c2dfcf3b4a 100644 (file)
@@ -12,8 +12,8 @@ struct udf_inode_info {
        __u32                   i_next_alloc_block;
        __u32                   i_next_alloc_goal;
        unsigned                i_alloc_type : 3;
-       unsigned                i_efe : 1;
-       unsigned                i_use : 1;
+       unsigned                i_efe : 1;      /* extendedFileEntry */
+       unsigned                i_use : 1;      /* unallocSpaceEntry */
        unsigned                i_strat4096 : 1;
        unsigned                reserved : 26;
        union {