aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2006-06-09 09:34:19 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-06-09 09:34:19 -0400
commit55a975937d40cac582e981ddc8ed783b3dcc043c (patch)
tree13507eaebdab5e9c9dd615fe373ec6c0ddcbade4 /fs/nfs/nfs4proc.c
parent8b4bdcf8995dd92b23d2ec22b32aee8fbbb50e1c (diff)
NFS: Ensure the client submounts, when it crosses a server mountpoint.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index ef4c6cccf958..308407205e6c 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -1331,7 +1331,7 @@ static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *f
1331 return status; 1331 return status;
1332} 1332}
1333 1333
1334static int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) 1334int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
1335{ 1335{
1336 struct nfs4_exception exception = { }; 1336 struct nfs4_exception exception = { };
1337 int err; 1337 int err;