public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Mason <chris.mason@oracle.com>
To: Nick Piggin <npiggin@suse.de>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: [patch] btrfs: fix gfp flags masking
Date: Mon, 15 Mar 2010 11:29:03 -0400	[thread overview]
Message-ID: <20100315152903.GT3035@think> (raw)
In-Reply-To: <20100315150016.GC2869@laptop>

On Tue, Mar 16, 2010 at 02:00:16AM +1100, Nick Piggin wrote:
> Signed-off-by: Nick Piggin <npiggin@suse.de>
> --
> Index: linux-2.6/fs/btrfs/compression.c
> ===================================================================
> --- linux-2.6.orig/fs/btrfs/compression.c
> +++ linux-2.6/fs/btrfs/compression.c
> @@ -478,7 +478,7 @@ static noinline int add_ra_bio_pages(str
>  			goto next;
>  		}
>  
> -		page = alloc_page(mapping_gfp_mask(mapping) | GFP_NOFS);
> +		page = alloc_page(mapping_gfp_mask(mapping) & ~__GFP_FS);
>  		if (!page)
>  			break;

Thanks Nick, this will be in the next pull.

-chris


      reply	other threads:[~2010-03-15 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-15 15:00 [patch] btrfs: fix gfp flags masking Nick Piggin
2010-03-15 15:29 ` 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=20100315152903.GT3035@think \
    --to=chris.mason@oracle.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=npiggin@suse.de \
    /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