diff options
author | Jan Blunck <jblunck@infradead.org> | 2010-02-24 13:25:30 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2010-10-04 21:10:37 +0200 |
commit | 77b54a46a83232d172d55013c3af838190615260 (patch) | |
tree | 288a399af0d549df198e3773087bf034a7281383 /block/blk-barrier.c | |
parent | d646cf82e9b6a58ba2d748e66e5fc7223830c68c (diff) | |
download | linux-77b54a46a83232d172d55013c3af838190615260.tar.gz linux-77b54a46a83232d172d55013c3af838190615260.tar.bz2 linux-77b54a46a83232d172d55013c3af838190615260.zip |
BKL: Remove BKL from ext3_put_super() and ext3_remount()
The BKL lock is protecting the remounting against a potential call to
ext3_put_super(). This could not happen, since this is protected by the
s_umount rw semaphore of struct super_block.
Therefore I think the BKL is protecting nothing here.
Signed-off-by: Jan Blunck <jblunck@infradead.org>
Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'block/blk-barrier.c')
0 files changed, 0 insertions, 0 deletions