patch-2.1.82 linux/include/linux/nfs_fs.h
Next file: linux/include/linux/nfs_fs_i.h
Previous file: linux/include/linux/nfs.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Jan 26 14:29:15 1998
- Orig file:
v2.1.81/linux/include/linux/nfs_fs.h
- Orig date:
Tue Jan 20 16:52:02 1998
diff -u --recursive --new-file v2.1.81/linux/include/linux/nfs_fs.h linux/include/linux/nfs_fs.h
@@ -103,8 +103,8 @@
pid_t wb_pid; /* owner process */
unsigned short wb_flags; /* status flags */
- struct nfs_writeargs * wb_args; /* NFS RPC stuff */
- struct nfs_fattr * wb_fattr; /* file attributes */
+ struct nfs_writeargs wb_args; /* NFS RPC stuff */
+ struct nfs_fattr wb_fattr; /* file attributes */
};
#define wb_status wb_task.tk_status
@@ -177,8 +177,8 @@
*/
extern struct super_block *nfs_read_super(struct super_block *, void *, int);
extern int init_nfs_fs(void);
-extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,
- struct nfs_fattr *);
+extern struct inode *nfs_fhget(struct dentry *, struct nfs_fh *,
+ struct nfs_fattr *);
extern int nfs_refresh_inode(struct inode *, struct nfs_fattr *);
extern int nfs_revalidate(struct dentry *);
extern int _nfs_revalidate_inode(struct nfs_server *, struct dentry *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov