commit | e753a62156e952fd5a3c64f98454d9aeee3a2546 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 01 05:41:53 2010 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Oct 01 05:41:53 2010 +0200 |
tree | 1f474a1212a0690cf30b817822a31094b52e8b5d | |
parent | a9fdbf8c6070d49c482e209df7ee93d9ec41ea27 [diff] |
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>