commit | 722c55d13e7296cc62ed8a38f926a915ff32e4ea | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@tuxera.com> | Thu Oct 14 09:54:33 2010 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Thu Oct 14 09:54:33 2010 -0400 |
tree | 445dc4c1a26f9a4203facb9e5f82508588c1abd8 | |
parent | f6089ff87d309a8ddb7b0d4dd92a570f1b0f689b [diff] |
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>