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)
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

Simple merge