diff options
author | 2009-07-07 10:32:58 +0100 | |
---|---|---|
committer | 2009-07-08 14:25:13 +0100 | |
commit | b87324d082d9d898e3c06b2a07a2b94b2430b8ba (patch) | |
tree | 23183d749d3267e3c3636fdc78e10ceb0cd10b1a /lib/debugobjects.c | |
parent | kmemleak: Remove the reported leaks number limitation (diff) | |
download | wireguard-linux-b87324d082d9d898e3c06b2a07a2b94b2430b8ba.tar.xz wireguard-linux-b87324d082d9d898e3c06b2a07a2b94b2430b8ba.zip |
kmemleak: Do not acquire scan_mutex in kmemleak_open()
Initially, the scan_mutex was acquired in kmemleak_open() and released
in kmemleak_release() (corresponding to /sys/kernel/debug/kmemleak
operations). This was causing some lockdep reports when the file was
closed from a different task than the one opening it. This patch moves
the scan_mutex acquiring in kmemleak_write() or kmemleak_seq_start()
with releasing in kmemleak_seq_stop().
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions