]> git.baikalelectronics.ru Git - kernel.git/commit
hfsplus: remove BKL from hfsplus_put_super
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 03:41:53 +0000 (05:41 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 03:41:53 +0000 (05:41 +0200)
commitb84859a95fc95e901d8bad6dc4fadda6883e67d2
tree1f474a1212a0690cf30b817822a31094b52e8b5d
parent26392ede510036a40882c67bfd247629b8522599
hfsplus: remove BKL from hfsplus_put_super

Except for ->put_super the BKL is now gone from HFS, which means it's
superflous there too as ->put_super is serialized by the VFS.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>
fs/hfsplus/super.c