“817dba00e0caeefecf99ef06826d3ff032a4851d”上不存在“compatible/crypto/asn1/x_int64.c”
提交 b43cd8c1 编写于 作者: C Chuck Lever 提交者: Trond Myklebust

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: NChuck Lever <chuck.lever@oracle.com>
Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
上级 98eb2b4f
...@@ -236,10 +236,8 @@ void nfs_umount(const struct nfs_mount_request *info) ...@@ -236,10 +236,8 @@ void nfs_umount(const struct nfs_mount_request *info)
.authflavor = RPC_AUTH_UNIX, .authflavor = RPC_AUTH_UNIX,
.flags = RPC_CLNT_CREATE_NOPING, .flags = RPC_CLNT_CREATE_NOPING,
}; };
struct mountres result;
struct rpc_message msg = { struct rpc_message msg = {
.rpc_argp = info->dirpath, .rpc_argp = info->dirpath,
.rpc_resp = &result,
}; };
struct rpc_clnt *clnt; struct rpc_clnt *clnt;
int status; int status;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册