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)
commitb33b7921db14abcd10c30d0ccfc68e364f5ef7fe
tree208810679b25995ba47f00bb1915a19f644931f5
parenteb29d66d4f2dc98a81ae590bbdddc8cfa8964d73
hfsplus: split up inode flags

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>
fs/hfsplus/extents.c
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/inode.c
fs/hfsplus/super.c