diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-09-17 10:56:51 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-09-17 10:56:51 -0400 |
commit | 2b484297e48c3fbb1846fc6ea10036d9465273e7 (patch) | |
tree | bfd8f5cfba73b597d5277ba48e02fd2c13ece9b3 /include/linux/nfs_xdr.h | |
parent | c0204fd2b8fe047b18b67e07e1bf2a03691240cd (diff) |
NFS: Add an 'open_context' element to struct nfs_rpc_ops
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index b1484dad7bef..6f345f8af4ae 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1065,6 +1065,10 @@ struct nfs_rpc_ops { | |||
1065 | int (*lock_check_bounds)(const struct file_lock *); | 1065 | int (*lock_check_bounds)(const struct file_lock *); |
1066 | void (*clear_acl_cache)(struct inode *); | 1066 | void (*clear_acl_cache)(struct inode *); |
1067 | void (*close_context)(struct nfs_open_context *ctx, int); | 1067 | void (*close_context)(struct nfs_open_context *ctx, int); |
1068 | struct inode * (*open_context) (struct inode *dir, | ||
1069 | struct nfs_open_context *ctx, | ||
1070 | int open_flags, | ||
1071 | struct iattr *iattr); | ||
1068 | }; | 1072 | }; |
1069 | 1073 | ||
1070 | /* | 1074 | /* |