]> bbs.cooldavid.org Git - net-next-2.6.git/commit
kmemleak: Allow rescheduling during an object scanning
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 27 Aug 2009 13:29:12 +0000 (14:29 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 27 Aug 2009 13:29:12 +0000 (14:29 +0100)
commitaf98603dad87e393d2fc57117fe8a2aa6d620a0c
tree7a86d844fe5b43d8894607c16e4945f7ebe51b79
parent1e23502cc57cef33455ac7cb9111e3c6d991a894
kmemleak: Allow rescheduling during an object scanning

If the object size is bigger than a predefined value (4K in this case),
release the object lock during scanning and call cond_resched().
Re-acquire the lock after rescheduling and test whether the object is
still valid.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
mm/kmemleak.c