The patch titled knfsd: remove an unused variable from auth_unix_lookup() has been added to the -mm tree. Its filename is knfsd-knfsd-remove-an-unused-variable-from-auth_unix_lookup.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: knfsd: remove an unused variable from auth_unix_lookup() From: Greg Banks <gnb@xxxxxxxxxxxxxxxxx> Signed-off-by: Greg Banks <gnb@xxxxxxxxxxxxxxxxx> Signed-off-by: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- net/sunrpc/svcauth_unix.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff -puN net/sunrpc/svcauth_unix.c~knfsd-knfsd-remove-an-unused-variable-from-auth_unix_lookup net/sunrpc/svcauth_unix.c --- a/net/sunrpc/svcauth_unix.c~knfsd-knfsd-remove-an-unused-variable-from-auth_unix_lookup +++ a/net/sunrpc/svcauth_unix.c @@ -348,12 +348,9 @@ int auth_unix_forget_old(struct auth_dom struct auth_domain *auth_unix_lookup(struct in_addr addr) { - struct ip_map key, *ipm; + struct ip_map *ipm; struct auth_domain *rv; - strcpy(key.m_class, "nfsd"); - key.m_addr = addr; - ipm = ip_map_lookup("nfsd", addr); if (!ipm) _ Patches currently in -mm which might be from gnb@xxxxxxxxxxxxxxxxx are knfsd-knfsd-add-some-missing-newlines-in-printks.patch knfsd-knfsd-remove-an-unused-variable-from-e_show.patch knfsd-knfsd-remove-an-unused-variable-from-auth_unix_lookup.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html