git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e3d20a
)
do_coredump: Do not take BKL
author
Arnd Bergmann
<arnd@arndb.de>
Sat, 3 Jul 2010 22:02:25 +0000
(
00:02
+0200)
committer
Frederic Weisbecker
<fweisbec@gmail.com>
Fri, 9 Jul 2010 23:21:49 +0000
(
01:21
+0200)
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>
No differences found