]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vmalloc: remove confusing comment on vwrite()
authorNamhyung Kim <namhyung@gmail.com>
Tue, 22 Mar 2011 23:33:41 +0000 (16:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2011 00:44:09 +0000 (17:44 -0700)
commita42931bf9c02fbf3628a27a2a5c55d2b83e4ff20
treebe75612386f472db6d70e7ecc105ee2246a4810a
parentcf15b07cf448e19dcb31a19f0cbaf898b08ce975
vmalloc: remove confusing comment on vwrite()

KM_USER1 is never used for vwrite() path so the caller doesn't need to
guarantee it is not used.  Only the caller should guarantee is KM_USER0
and it is commented already.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmalloc.c