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)
commite753a62156e952fd5a3c64f98454d9aeee3a2546
tree1f474a1212a0690cf30b817822a31094b52e8b5d
parenta9fdbf8c6070d49c482e209df7ee93d9ec41ea27
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