hfsplus: use atomic bitops for the superblock flags
authorChristoph Hellwig <hch@tuxera.com>
Fri, 1 Oct 2010 03:45:20 +0000 (05:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 03:45:20 +0000 (05:45 +0200)
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>

No differences found