patch-2.2.19 linux/include/linux/nfs_page.h
Next file: linux/include/linux/nfs_xdr.h
Previous file: linux/include/linux/nfs_mount.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Mar 25 11:37:40 2001
- Orig file:
v2.2.18/include/linux/nfs_page.h
- Orig date:
Sun Mar 25 11:28:38 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/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 */
struct wait_queue *wb_wait; /* wait queue */
@@ -41,6 +41,7 @@
#define NFS_WBACK_BUSY(req) ((req)->wb_flags & PG_BUSY)
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)