diff options
Diffstat (limited to 'include')
-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 | /* |