commit | 3ca4ea3a7a78a243ee9edf71a2736bc8fb26d70f | [log] [tgz] |
---|---|---|
author | Andrey Ryabinin <aryabinin@virtuozzo.com> | Fri Oct 26 15:07:03 2018 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 26 16:26:33 2018 -0700 |
tree | 0858aeda4f7b13f5d097de0d523c04867b8bca14 | |
parent | 52414d3302577bb60e4ba3c21b7957da7c7a8d21 [diff] |
mm/vmalloc.c: improve vfree() kerneldoc vfree() might sleep if called not in interrupt context. Explain that in the comment. Link: http://lkml.kernel.org/r/20180914130512.10394-2-aryabinin@virtuozzo.com Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>