commit | b96226148491505318228ac52624956bd98f9e0c | [log] [tgz] |
---|---|---|
author | Lin Yi <teroincn@163.com> | Mon Jun 10 10:16:56 2019 +0800 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Jun 21 14:43:35 2019 -0400 |
tree | 4f798ec59c449c5764a1cbc28c15f1faf9077eca | |
parent | 909105199a682cb09c500acd443d34b182846c9c [diff] |
net :sunrpc :clnt :Fix xps refcount imbalance on the error path rpc_clnt_add_xprt take a reference to struct rpc_xprt_switch, but forget to release it before return, may lead to a memory leak. Signed-off-by: Lin Yi <teroincn@163.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>