NFS: Remove duplicate svc_xprt_put from nfs41_callback_up
authorKinglong Mee <kinglongmee@gmail.com>
Thu, 30 Jul 2015 13:40:06 +0000 (21:40 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 12 Aug 2015 18:42:23 +0000 (14:42 -0400)
commit0847ef88c3c9318d85e92fc42369df0e0190e1ab
tree4618507723be572899fb3b04e6224ba52dcfb76b
parent5ef8d792fabedeb932375b23735bc7a1a3e8684d
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>
fs/nfs/callback.c