diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-04-27 13:27:45 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-27 14:10:39 -0400 |
commit | 281cad46b34db4dbb1d1e603f7b9cfe25d1ae7c9 (patch) | |
tree | f13917030755776a4f80ffcc0d07c2b5da60066d /fs/nfs/nfs3proc.c | |
parent | 2671bfc3beb44e70636bd0208274426db57f73b5 (diff) |
NFS: Create a submount rpc_op
This simplifies the code for v2 and v3 and gives v4 a chance to decide
on referrals without needing to modify the generic client.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
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 56dcefc2f3f7..c23214d55ecf 100644 --- a/fs/nfs/nfs3proc.c +++ b/fs/nfs/nfs3proc.c | |||
@@ -885,6 +885,7 @@ const struct nfs_rpc_ops nfs_v3_clientops = { | |||
885 | .file_inode_ops = &nfs3_file_inode_operations, | 885 | .file_inode_ops = &nfs3_file_inode_operations, |
886 | .file_ops = &nfs_file_operations, | 886 | .file_ops = &nfs_file_operations, |
887 | .getroot = nfs3_proc_get_root, | 887 | .getroot = nfs3_proc_get_root, |
888 | .submount = nfs_submount, | ||
888 | .getattr = nfs3_proc_getattr, | 889 | .getattr = nfs3_proc_getattr, |
889 | .setattr = nfs3_proc_setattr, | 890 | .setattr = nfs3_proc_setattr, |
890 | .lookup = nfs3_proc_lookup, | 891 | .lookup = nfs3_proc_lookup, |