patch-2.4.0-test12 linux/include/linux/nfs_page.h
Next file: linux/include/linux/nfs_xdr.h
Previous file: linux/include/linux/nfs_fs_i.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Dec 11 16:27:03 2000
- Orig file:
v2.4.0-test11/linux/include/linux/nfs_page.h
- Orig date:
Sun Nov 19 18:44:22 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/linux/nfs_page.h linux/include/linux/nfs_page.h
@@ -26,7 +26,7 @@
wb_list, /* Defines state of page: */
*wb_list_head; /* read/write/commit */
struct file *wb_file;
- struct dentry *wb_dentry;
+ struct inode *wb_inode;
struct rpc_cred *wb_cred;
struct page *wb_page; /* page to read in/write out */
wait_queue_head_t wb_wait; /* wait queue */
@@ -41,6 +41,7 @@
#define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags))
extern struct nfs_page *nfs_create_request(struct file *file,
+ struct inode *inode,
struct page *page,
unsigned int offset,
unsigned int count);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)