commit | b33b7921db14abcd10c30d0ccfc68e364f5ef7fe | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@tuxera.com> | Tue Nov 23 14:38:13 2010 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Tue Nov 23 14:38:13 2010 +0100 |
tree | 208810679b25995ba47f00bb1915a19f644931f5 | |
parent | eb29d66d4f2dc98a81ae590bbdddc8cfa8964d73 [diff] |
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>