Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpool: Mark an entry for kmemleak outside of atomic context
The kmemleak_alloc() function can sleep, thus should not be called under spinlock. This patch fixes bug occurring on debug kernel with kmemleak enabled. Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
- Loading branch information