commit | 5f202bd5ca64132cdd7f186656bc0221f257733d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sun Jul 04 00:02:25 2010 +0200 |
committer | Frederic Weisbecker <fweisbec@gmail.com> | Sat Jul 10 01:21:49 2010 +0200 |
tree | e53eac24bf18052955565370f3327da088fa1be7 | |
parent | 5e3d20a68f63fc5a310687d81956c3b96e488b84 [diff] |
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 <arnd@arndb.de> [ remove smp_lock.h headers ] Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>