diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 6843e0a37de8..eb4ba1d99df9 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -6870,6 +6870,7 @@ const struct nfs_rpc_ops nfs_v4_clientops = { | |||
6870 | .file_ops = &nfs4_file_operations, | 6870 | .file_ops = &nfs4_file_operations, |
6871 | .getroot = nfs4_proc_get_root, | 6871 | .getroot = nfs4_proc_get_root, |
6872 | .submount = nfs4_submount, | 6872 | .submount = nfs4_submount, |
6873 | .try_mount = nfs4_try_mount, | ||
6873 | .getattr = nfs4_proc_getattr, | 6874 | .getattr = nfs4_proc_getattr, |
6874 | .setattr = nfs4_proc_setattr, | 6875 | .setattr = nfs4_proc_setattr, |
6875 | .lookup = nfs4_proc_lookup, | 6876 | .lookup = nfs4_proc_lookup, |