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)
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>

No differences found