hfsplus: remove superflous rootflags field in hfsplus_inode_info

The rootflags field in hfsplus_inode_info only caches the immutable and
append-only flags in the VFS inode, so we can easily get rid of it.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>
This commit is contained in:
Christoph Hellwig
2010-10-14 09:54:33 -04:00
committed by Christoph Hellwig
parent f6089ff87d
commit 722c55d13e
4 changed files with 12 additions and 17 deletions

View 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;