patch-2.4.19 linux-2.4.19/include/linux/nfs_page.h

Next file: linux-2.4.19/include/linux/nfsd/export.h
Previous file: linux-2.4.19/include/linux/nfs_fs_i.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/linux/nfs_page.h linux-2.4.19/include/linux/nfs_page.h
@@ -41,9 +41,10 @@
 
 #define NFS_WBACK_BUSY(req)	(test_bit(PG_BUSY,&(req)->wb_flags))
 
-extern	struct nfs_page *nfs_create_request(struct file *, struct inode *,
+extern	struct nfs_page *nfs_create_request(struct rpc_cred *, struct inode *,
 					    struct page *,
 					    unsigned int, unsigned int);
+extern	void nfs_clear_request(struct nfs_page *req);
 extern	void nfs_release_request(struct nfs_page *req);
 
 

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