diff options
Diffstat (limited to 'fs/hfsplus/hfsplus_fs.h')
-rw-r--r-- | fs/hfsplus/hfsplus_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index d92f590d6633..0d77844a00e8 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h | |||
@@ -188,7 +188,7 @@ struct hfsplus_inode_info { | |||
188 | * Protected by i_mutex. | 188 | * Protected by i_mutex. |
189 | */ | 189 | */ |
190 | sector_t fs_blocks; | 190 | sector_t fs_blocks; |
191 | u8 rootflags, userflags; /* BSD system and user file flags */ | 191 | u8 userflags; /* BSD user file flags */ |
192 | struct list_head open_dir_list; | 192 | struct list_head open_dir_list; |
193 | loff_t phys_size; | 193 | loff_t phys_size; |
194 | 194 | ||