]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit84adede31267af37141da2b2b04293c5ea8af7ae
tree41c1a3e28fab11baca330232bacbff3085afde82
parent7ac9fb9c2a50963b699b3548e6f00698c1554dc6
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>
fs/hfsplus/btree.c
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/options.c
fs/hfsplus/super.c
fs/hfsplus/unicode.c
fs/hfsplus/wrapper.c