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
- Lines: 9
- Date:
Fri Mar 10 21:24:44 2000
- Orig file:
v2.3.51/linux/fs/nfs/read.c
- Orig date:
Tue Dec 7 09:32:48 1999
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)