commit | 84adede31267af37141da2b2b04293c5ea8af7ae | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@tuxera.com> | Fri Oct 01 05:45:20 2010 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Oct 01 05:45:20 2010 +0200 |
tree | 41c1a3e28fab11baca330232bacbff3085afde82 | |
parent | 7ac9fb9c2a50963b699b3548e6f00698c1554dc6 [diff] |
hfsplus: use atomic bitops for the superblock flags The flags in the HFS+-specific superlock do get modified during runtime, use atomic bitops to make the modifications SMP safe. Signed-off-by: Christoph Hellwig <hch@tuxera.com>