diff options
author | Masami Hiramatsu <[email protected]> | 2009-06-30 17:08:09 -0400 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-07-01 10:43:07 +0200 |
commit | 4a2bb6fcc80e6330ca2f2393e98605052cc7780b (patch) | |
tree | 3e1d2314d7002f13bb61ff78266cce3922673c93 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | 238a24f626628cb16a3015f332d649f08246ca89 (diff) |
kprobes: No need to unlock kprobe_insn_mutex
Remove needless kprobe_insn_mutex unlocking during safety check
in garbage collection, because if someone releases a dirty slot
during safety check (which ensures other cpus doesn't execute
all dirty slots), the safety check must be fail. So, we need to
hold the mutex while checking safety.
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: Jim Keniston <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions