commit | 6333816ade7e04a96ec0a34a8378c455e4f7c4dd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 01 05:41:35 2010 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Oct 01 05:41:35 2010 +0200 |
tree | bd6f3fc3d929b44cffea4319f6bda828b6704269 | |
parent | 94744567fef9602c3d8218a1d8f58c04cce354f6 [diff] |
hfsplus: protect setflags using i_mutex 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>