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/nfs4proc.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/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 fa661b91e57c..2091af294c61 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -6571,6 +6571,7 @@ const struct nfs_rpc_ops nfs_v4_clientops = { | |||
6571 | .file_inode_ops = &nfs4_file_inode_operations, | 6571 | .file_inode_ops = &nfs4_file_inode_operations, |
6572 | .file_ops = &nfs4_file_operations, | 6572 | .file_ops = &nfs4_file_operations, |
6573 | .getroot = nfs4_proc_get_root, | 6573 | .getroot = nfs4_proc_get_root, |
6574 | .submount = nfs4_submount, | ||
6574 | .getattr = nfs4_proc_getattr, | 6575 | .getattr = nfs4_proc_getattr, |
6575 | .setattr = nfs4_proc_setattr, | 6576 | .setattr = nfs4_proc_setattr, |
6576 | .lookup = nfs4_proc_lookup, | 6577 | .lookup = nfs4_proc_lookup, |