hfsplus: split up inode flags
authorChristoph Hellwig <hch@tuxera.com>
Tue, 23 Nov 2010 13:38:13 +0000 (14:38 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 23 Nov 2010 13:38:13 +0000 (14:38 +0100)
Split the flags field in the hfsplus inode into an extent_state
flag that is locked by the extent_lock, and a new flags field
that uses atomic bitops.  The second will grow more flags in the
next patch.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>

No differences found