diff options
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/mount_clnt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/mount_clnt.c b/fs/nfs/mount_clnt.c index c82547e49ba1..97c3ec793305 100644 --- a/fs/nfs/mount_clnt.c +++ b/fs/nfs/mount_clnt.c | |||
@@ -236,10 +236,8 @@ void nfs_umount(const struct nfs_mount_request *info) | |||
236 | .authflavor = RPC_AUTH_UNIX, | 236 | .authflavor = RPC_AUTH_UNIX, |
237 | .flags = RPC_CLNT_CREATE_NOPING, | 237 | .flags = RPC_CLNT_CREATE_NOPING, |
238 | }; | 238 | }; |
239 | struct mountres result; | ||
240 | struct rpc_message msg = { | 239 | struct rpc_message msg = { |
241 | .rpc_argp = info->dirpath, | 240 | .rpc_argp = info->dirpath, |
242 | .rpc_resp = &result, | ||
243 | }; | 241 | }; |
244 | struct rpc_clnt *clnt; | 242 | struct rpc_clnt *clnt; |
245 | int status; | 243 | int status; |