[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061031194959.GA9015@localhost>
Date: Wed, 1 Nov 2006 04:49:59 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org, Neil Brown <neilb@...e.de>,
Andy Adamson <andros@...i.umich.edu>,
"J. Bruce Fields" <bfields@...i.umich.edu>,
Trond Myklebust <Trond.Myklebust@...app.com>
Subject: [PATCH] sunrpc/auth_gss: auth_domain refcount fix
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@...e.de>
Cc: Andy Adamson <andros@...i.umich.edu>
Cc: J. Bruce Fields <bfields@...i.umich.edu>
Cc: Trond Myklebust <Trond.Myklebust@...app.com>
Signed-off-by: Akinobu Mita <akinobu.mita@...il.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists