hfsplus: protect setflags using i_mutex
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 03:41:35 +0000 (05:41 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 03:41:35 +0000 (05:41 +0200)
Use i_mutex for protecting against concurrent setflags ioctls like in
other filesystems and get rid of the BKL in hfsplus_ioctl.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>

No differences found