diff --git a/mm/vmalloc.c b/mm/vmalloc.c index fc77adabb5e32eed90808c207f4886c47e503f68..5d6030235d7a8e4462498e6d9154ca97029069ed 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -2003,8 +2003,6 @@ long vread(char *buf, char *addr, unsigned long count) * should know vmalloc() area is valid and can use memcpy(). * This is for routines which have to access vmalloc area without * any informaion, as /dev/kmem. - * - * The caller should guarantee KM_USER1 is not used. */ long vwrite(char *buf, char *addr, unsigned long count)