public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Mason <chris.mason@oracle.com>
To: Li Hong <lihong.hi@gmail.com>
Cc: linux-btrfs@vger.kernel.org, lizf@cn.fujitsu.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] btrfs: remove the improper comment for btrfs_ioctl_resize()
Date: Mon, 04 May 2009 11:11:56 -0400	[thread overview]
Message-ID: <1241449916.7244.15.camel@think.oraclecorp.com> (raw)
In-Reply-To: <3a3680030905032205u2c3490e8r62e66c48aff97fee@mail.gmail.com>

On Mon, 2009-05-04 at 01:05 -0400, Li Hong wrote:
> In Li Zefan's commit dae7b665cf6d6e6e733f1c9c16cf55547dd37e33,
> a combination call of kmalloc() and copy_from_user() is replaced by
> memdup_user(). So btrfs_ioctl_resize() doesn't use GFP_NOFS any more.
> 
> Signed-off-by: Li Hong <lihong.hi@gmail.com>
> ---
>  fs/btrfs/ioctl.c |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
> index 5e94ea6..2624b53 100644
> --- a/fs/btrfs/ioctl.c
> +++ b/fs/btrfs/ioctl.c
> @@ -437,10 +437,6 @@ out_unlock:
>  	return 0;
>  }
> 
> -/*
> - * Called inside transaction, so use GFP_NOFS
> - */
> -
>  static int btrfs_ioctl_resize(struct btrfs_root *root, void __user *arg)
>  {
>  	u64 new_size;

Thanks, I've queued this one up.

-chris



      reply	other threads:[~2009-05-04 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-04  5:05 [PATCH] btrfs: remove the improper comment for btrfs_ioctl_resize() Li Hong
2009-05-04 15:11 ` Chris Mason [this message]

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=1241449916.7244.15.camel@think.oraclecorp.com \
    --to=chris.mason@oracle.com \
    --cc=lihong.hi@gmail.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizf@cn.fujitsu.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