]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Fix a module reference issue in rpcsec_gss
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 18 May 2014 17:47:14 +0000 (13:47 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 18 May 2014 17:47:14 +0000 (13:47 -0400)
commite0f1e434d0aec95d6fa259e7d6d0b1e248ae63ee
tree2b5441b6117ca18162fc44ec32f953be97297646
parent1a0f131b5426a8e80066036f7584a206f94706af
SUNRPC: Fix a module reference issue in rpcsec_gss

We're not taking a reference in the case where _gss_mech_get_by_pseudoflavor
loops without finding the correct rpcsec_gss flavour, so why are we
releasing it?

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/auth_gss/gss_mech_switch.c