]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] update kfree, vfree, and vunmap kerneldoc
authorPekka Enberg <penberg@cs.helsinki.fi>
Fri, 9 Sep 2005 20:10:16 +0000 (13:10 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 21:03:43 +0000 (14:03 -0700)
commit2ea2b4b35054118d51ef44e159bf4f2bbc20aa21
tree339f0ac4c6d022ba048e109e51580c26ce4d252e
parent09d79976f07397024d558b4a5a2a3902d87d551a
[PATCH] update kfree, vfree, and vunmap kerneldoc

This patch clarifies NULL handling of kfree() and vfree().  I addition,
wording of calling context restriction for vfree() and vunmap() are changed
from "may not" to "must not."

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c
mm/vmalloc.c