提交 c9fcee51 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

mm/vmalloc.c: add vfree comment

Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 22ea9c07
...@@ -1523,6 +1523,8 @@ static void __vunmap(const void *addr, int deallocate_pages) ...@@ -1523,6 +1523,8 @@ static void __vunmap(const void *addr, int deallocate_pages)
* have CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG, but making the calling * have CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG, but making the calling
* conventions for vfree() arch-depenedent would be a really bad idea) * conventions for vfree() arch-depenedent would be a really bad idea)
* *
* NOTE: assumes that the object at *addr has a size >= sizeof(llist_node)
*
*/ */
void vfree(const void *addr) void vfree(const void *addr)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册