From: Jan Blunck Date: Wed, 24 Feb 2010 12:25:35 +0000 (+0100) Subject: BKL: Remove BKL from do_new_mount() X-Git-Tag: v2.6.37-rc1~174^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6841c05021236b8d394cc6c41aa6ae17623aef13;p=pandora-kernel.git BKL: Remove BKL from do_new_mount() After pushing down the BKL to the get_sb/fill_super operations of the filesystems that still make usage of the BKL it is safe to remove it from do_new_mount(). I've read through all the code formerly covered by the BKL inside do_kern_mount() and have satisfied myself that it doesn't need the BKL any more. Signed-off-by: Jan Blunck Cc: Matthew Wilcox Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed