From: Akinobu Mita It is unnecessary to decrease refcount after auth_domain_lookup() when new entry is inserted. Cc: Neil Brown Cc: Andy Adamson Cc: J. Bruce Fields Cc: Trond Myklebust Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton --- net/sunrpc/auth_gss/svcauth_gss.c | 1 - 1 file changed, 1 deletion(-) diff -puN net/sunrpc/auth_gss/svcauth_gss.c~auth_gss-unregister-gss_domain-when-unloading-module-fix net/sunrpc/auth_gss/svcauth_gss.c --- a/net/sunrpc/auth_gss/svcauth_gss.c~auth_gss-unregister-gss_domain-when-unloading-module-fix +++ a/net/sunrpc/auth_gss/svcauth_gss.c @@ -770,7 +770,6 @@ svcauth_gss_register_pseudoflavor(u32 ps kfree(new->h.name); goto out_free_dom; } - auth_domain_put(&new->h); return 0; out_free_dom: _