diff options
Diffstat (limited to 'fs/nfs/nfs3proc.c')
-rw-r--r-- | fs/nfs/nfs3proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs3proc.c b/fs/nfs/nfs3proc.c index a9ddc196224d..7851569b31c6 100644 --- a/fs/nfs/nfs3proc.c +++ b/fs/nfs/nfs3proc.c | |||
@@ -882,4 +882,5 @@ struct nfs_rpc_ops nfs_v3_clientops = { | |||
882 | .file_open = nfs_open, | 882 | .file_open = nfs_open, |
883 | .file_release = nfs_release, | 883 | .file_release = nfs_release, |
884 | .lock = nfs3_proc_lock, | 884 | .lock = nfs3_proc_lock, |
885 | .clear_acl_cache = nfs3_forget_cached_acls, | ||
885 | }; | 886 | }; |