From: Arnd Bergmann Date: Sat, 3 Jul 2010 22:02:25 +0000 (+0200) Subject: do_coredump: Do not take BKL X-Git-Tag: v2.6.36-rc1~494^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f202bd5ca64132cdd7f186656bc0221f257733d;p=pandora-kernel.git do_coredump: Do not take BKL core_pattern is not actually protected and hasn't been ever since we introduced procfs support for sysctl -- a _long_ time. Don't take it here either. Also nothing inside do_coredump appears to require bkl protection. Signed-off-by: Arnd Bergmann [ remove smp_lock.h headers ] Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed