patch-2.4.3 linux/fs/ncpfs/mmap.c
Next file: linux/fs/nfs/dir.c
Previous file: linux/fs/ncpfs/inode.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Mar  2 15:15:12 2001
-  Orig file: 
v2.4.2/linux/fs/ncpfs/mmap.c
-  Orig date: 
Wed Feb 21 18:20:39 2001
diff -u --recursive --new-file v2.4.2/linux/fs/ncpfs/mmap.c linux/fs/ncpfs/mmap.c
@@ -43,7 +43,7 @@
 	int bufsize;
 	int pos;
 
-	page = alloc_page(GFP_HIGHMEM); /* ncpfs has nothing against GFP_HIGHMEM
+	page = alloc_page(GFP_HIGHUSER); /* ncpfs has nothing against high pages
 	           as long as recvmsg and memset works on it */
 	if (!page)
 		return page;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)