From: Andrew Morton <akpm@osdl.org>
To: "Philippe Gramoullé" <philippe.gramoulle@mmania.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.6.3-rc1-mm1
Date: Mon, 9 Feb 2004 15:58:23 -0800 [thread overview]
Message-ID: <20040209155823.6f884f23.akpm@osdl.org> (raw)
In-Reply-To: <20040209151818.32965df6@philou.gramoulle.local>
Philippe Gramoulle <philippe.gramoulle@mmania.com> wrote:
>
> Starting with 2.6.3-rc1-mm1, nfsd isn't working any more. Exportfs just hangs.
Yes, sorry. The nfsd patches had a painful birth. This chunk got lost.
--- 25/net/sunrpc/svcauth.c~nfsd-02-sunrpc-cache-init-fixes Mon Feb 9 14:04:03 2004
+++ 25-akpm/net/sunrpc/svcauth.c Mon Feb 9 14:06:26 2004
@@ -150,7 +150,13 @@ DefineCacheLookup(struct auth_domain,
&auth_domain_cache,
auth_domain_hash(item),
auth_domain_match(tmp, item),
- kfree(new); if(!set) return NULL;
+ kfree(new); if(!set) {
+ if (new)
+ write_unlock(&auth_domain_cache.hash_lock);
+ else
+ read_unlock(&auth_domain_cache.hash_lock);
+ return NULL;
+ }
new=item; atomic_inc(&new->h.refcnt),
/* no update */,
0 /* no inplace updates */
_
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2004-02-09 23:58 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-09 9:40 2.6.3-rc1-mm1 Andrew Morton
2004-02-09 9:50 ` 2.6.3-rc1-mm1 Stian Jordet
2004-02-09 10:24 ` 2.6.3-rc1-mm1 Andrew Morton
2004-02-09 10:29 ` 2.6.3-rc1-mm1 Stian Jordet
2004-02-09 11:56 ` 2.6.3-rc1-mm1 Karsten Keil
2004-02-09 19:22 ` 2.6.3-rc1-mm1 Andrew Morton
2004-02-10 2:25 ` 2.6.3-rc1-mm1 Karsten Keil
2004-02-09 14:18 ` 2.6.3-rc1-mm1 Philippe Gramoullé
2004-02-09 23:58 ` Andrew Morton [this message]
2004-02-10 0:05 ` 2.6.3-rc1-mm1 Philippe Gramoullé
2004-02-11 23:53 ` 2.6.3-rc1-mm1 Philippe Gramoullé
2004-02-09 16:44 ` 2.6.3-rc1-mm1 Dominik Kubla
2004-02-09 17:42 ` 2.6.3-rc1-mm1 Andrew Morton
2004-02-09 16:54 ` 2.6.3-rc1-mm1 James Morris
2004-02-10 19:45 ` 2.6.3-rc1-mm1 Brian Jackson
2004-02-10 21:05 ` 2.6.3-rc1-mm1 Andrew Morton
2004-02-10 23:51 ` 2.6.3-rc1-mm1 (SELinux + ext3 + nfsd oops) Chris PeBenito
2004-02-11 2:29 ` James Morris
2004-02-11 3:45 ` Chris PeBenito
2004-02-11 5:03 ` James Morris
2004-02-11 17:08 ` 2.6.3-rc1-mm1 Mark Haverkamp
2004-02-14 2:04 ` VM Acct patch (was Re: 2.6.3-rc1-mm1) Eugene Teo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040209155823.6f884f23.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=philippe.gramoulle@mmania.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox