patch-2.3.99-pre1 linux/fs/nfs/read.c

Next file: linux/fs/nfsd/nfsfh.c
Previous file: linux/fs/ncpfs/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.51/linux/fs/nfs/read.c linux/fs/nfs/read.c
@@ -161,7 +161,7 @@
 	}
 	kunmap(page);
 	UnlockPage(page);
-	free_page(address);
+	__free_page(page);
 
 	rpc_release_task(task);
 	kfree(req);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)