BKL: Remove BKL from ext3 fill_super()
authorJan Blunck <jblunck@infradead.org>
Wed, 24 Feb 2010 12:25:29 +0000 (13:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:36 +0000 (21:10 +0200)
commitd646cf82e9b6a58ba2d748e66e5fc7223830c68c
treefd983a3173775d9db7095d886e12ab2f4fe29fe8
parentb0991aa324b57dca8feef75ed75b24080ee4a9fc
BKL: Remove BKL from ext3 fill_super()

The BKL is protecting nothing than two memory allocations here.

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/ext3/super.c