commit | 0847ef88c3c9318d85e92fc42369df0e0190e1ab | [log] [tgz] |
---|---|---|
author | Kinglong Mee <kinglongmee@gmail.com> | Thu Jul 30 21:40:06 2015 +0800 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Aug 12 14:42:23 2015 -0400 |
tree | 4618507723be572899fb3b04e6224ba52dcfb76b | |
parent | 5ef8d792fabedeb932375b23735bc7a1a3e8684d [diff] |
NFS: Remove duplicate svc_xprt_put from nfs41_callback_up The xprt created by svc_create_xprt have be added to serv->sv_permsocks. So putting the xprt directly is useless. Otherwise, there is a more svc_xprt_put after the xprt be freed. v2, same as v1. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>