]> git.baikalelectronics.ru Git - kernel.git/commit
sunrpc: fixed rollback in rpc_gssd_dummy_populate()
authorVasily Averin <vvs@virtuozzo.com>
Mon, 1 Jun 2020 08:54:57 +0000 (11:54 +0300)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 26 Jun 2020 12:43:14 +0000 (08:43 -0400)
commitdf495a5fdfabd4d049c8e33a6b1db2c050b9f575
treed86d46c4da6afcee2c347ef5be73cd2885898301
parent3d6e772cb3a7aaaecf9c96b797502ff03db19525
sunrpc: fixed rollback in rpc_gssd_dummy_populate()

__rpc_depopulate(gssd_dentry) was lost on error path

cc: stable@vger.kernel.org
Fixes: commit 428c8d8c374b ("sunrpc: create a new dummy pipe for gssd to hold open")
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/rpc_pipe.c