Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b43cd8c1 authored by Chuck Lever's avatar Chuck Lever Committed by Trond Myklebust
Browse files

NFS: Remove unused UMNT response data structure



Clean up.

The UMNT request has a NULL response.  There's no need to set up a
mountres structure for it.

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 98eb2b4f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -236,10 +236,8 @@ void nfs_umount(const struct nfs_mount_request *info)
		.authflavor	= RPC_AUTH_UNIX,
		.flags		= RPC_CLNT_CREATE_NOPING,
	};
	struct mountres	result;
	struct rpc_message msg	= {
		.rpc_argp	= info->dirpath,
		.rpc_resp	= &result,
	};
	struct rpc_clnt *clnt;
	int status;