]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita8f7d15235f6d668c1116a208fd3e5351c137abb
tree208810679b25995ba47f00bb1915a19f644931f5
parent6f05190793303d06f20d2fcc978d06ff035777f6
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