Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vfree() might sleep if called not in interrupt context. So does kvfree() too. Fix misleading kvfree()'s comment about allowed context. Link: http://lkml.kernel.org/r/[email protected] Fixes: 04b8e94 ("mm/util.c: improve kvfree() kerneldoc") Signed-off-by: Andrey Ryabinin <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information