patch-2.4.0-test8 linux/include/linux/nfs_xdr.h
Next file: linux/include/linux/nfsd/interface.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Sep 5 14:02:41 2000
- Orig file:
v2.4.0-test7/linux/include/linux/nfs_xdr.h
- Orig date:
Tue May 23 15:31:36 2000
diff -u --recursive --new-file v2.4.0-test7/linux/include/linux/nfs_xdr.h linux/include/linux/nfs_xdr.h
@@ -334,6 +334,9 @@
int (*create) (struct dentry *, struct qstr *, struct iattr *,
int, struct nfs_fh *, struct nfs_fattr *);
int (*remove) (struct dentry *, struct qstr *);
+ int (*unlink_setup) (struct rpc_message *,
+ struct dentry *, struct qstr *);
+ void (*unlink_done) (struct dentry *, struct rpc_message *);
int (*rename) (struct dentry *, struct qstr *,
struct dentry *, struct qstr *);
int (*link) (struct dentry *, struct dentry *, struct qstr *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)