]> git.baikalelectronics.ru Git - kernel.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)
commitcb5ff73b82367c8b3806a348fb9831fa193e58cb
tree41c1a3e28fab11baca330232bacbff3085afde82
parentcb677ce78b62f5aa389e9b3030f22c856f2fca62
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