All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Christoph Hellwig <hch@lst.de>
Cc: neilb@cse.unsw.edu.au, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH]: nfsd: more vfs_getxattr
Date: Sun, 6 Nov 2005 22:21:43 -0800	[thread overview]
Message-ID: <20051106222143.765bdb18.akpm@osdl.org> (raw)
In-Reply-To: <20051107053657.GA18278@lst.de>

Christoph Hellwig <hch@lst.de> wrote:
>
> looks like I missed NFSv4 previously.

When sending fixes for earlier patches, it greatly helps if you can
identify which patch it is that needs fixing.  Usually it's obvious, but in
this case it's not.

> +	*buf = kmalloc(buflen, GFP_KERNEL);
> +	if (!buf)
> +		return -ENOMEM;

That's obviously broken.



  reply	other threads:[~2005-11-07  6:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07  5:36 [PATCH]: nfsd: more vfs_getxattr Christoph Hellwig
2005-11-07  6:21 ` Andrew Morton [this message]
2005-11-07 12:03   ` Christoph Hellwig

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=20051106222143.765bdb18.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=neilb@cse.unsw.edu.au \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.