]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/hfsplus/hfsplus_fs.h
hfsplus: remove superflous rootflags field in hfsplus_inode_info
[net-next-2.6.git] / fs / hfsplus / hfsplus_fs.h
index d92f590d6633c265cefb6cb9f5eef941cea3f09b..0d77844a00e8900fe15c11388c5e68e70d15ee22 100644 (file)
@@ -188,7 +188,7 @@ struct hfsplus_inode_info {
         * Protected by i_mutex.
         */
        sector_t fs_blocks;
-       u8 rootflags, userflags;        /* BSD system and user file flags */
+       u8 userflags;           /* BSD user file flags */
        struct list_head open_dir_list;
        loff_t phys_size;