diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 5b45bafd9db5..cf38db59f347 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -714,6 +714,7 @@ struct nfs_rpc_ops { | |||
714 | int (*file_open) (struct inode *, struct file *); | 714 | int (*file_open) (struct inode *, struct file *); |
715 | int (*file_release) (struct inode *, struct file *); | 715 | int (*file_release) (struct inode *, struct file *); |
716 | int (*lock)(struct file *, int, struct file_lock *); | 716 | int (*lock)(struct file *, int, struct file_lock *); |
717 | void (*clear_acl_cache)(struct inode *); | ||
717 | }; | 718 | }; |
718 | 719 | ||
719 | /* | 720 | /* |