[PATCH] sunrpc/auth_gss: auth_domain refcount fix

From: Akinobu Mita
Date: Tue Oct 31 2006 - 14:50:37 EST


Please put this patch together with
auth_gss-unregister-gss_domain-when-unloading-module.patch.

Because recent auth_domain_lookup() refcounting change affected it.

Subject: [PATCH] sunrpc/auth_gss: auth_domain refcount fix

It is unnecessary to decrease refcount after auth_domain_lookup()
when new entry is inserted.

Cc: Neil Brown <neilb@xxxxxxx>
Cc: Andy Adamson <andros@xxxxxxxxxxxxxx>
Cc: J. Bruce Fields <bfields@xxxxxxxxxxxxxx>
Cc: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx>
Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>

Index: 2.6-mm/net/sunrpc/auth_gss/svcauth_gss.c
===================================================================
--- 2.6-mm.orig/net/sunrpc/auth_gss/svcauth_gss.c
+++ 2.6-mm/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:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/