Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1260248
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: manual merge of the akpm-current tree with the block tree |
| Date | 2015-11-01 23:00 +0100 |
| Message-ID | <qq8Pn-5dJ-11@gated-at.bofh.it> (permalink) |
| References | <qq3d0-1Nu-9@gated-at.bofh.it> <qq5HP-3pv-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Mel,
On Sun, 1 Nov 2015 18:38:53 +0000 Mel Gorman <mgorman@techsingularity.net> wrote:
>
> On Mon, Nov 02, 2015 at 02:51:25AM +1100, Stephen Rothwell wrote:
> >
> > @@ -2038,7 +2038,7 @@ void generic_make_request(struct bio *bio)
> > do {
> > struct request_queue *q = bdev_get_queue(bio->bi_bdev);
> >
> > - if (likely(blk_queue_enter(q, __GFP_WAIT) == 0)) {
> > + if (likely(blk_queue_enter(q, __GFP_RECLAIM) == 0)) {
> >
> > q->make_request_fn(q, bio);
>
> ___GFP_DIRECT_RECLAIM is more appropriate than __GFP_RECLAIM in the
> second hunk.
OK, I have done that for today, thanks.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
linux-next: manual merge of the akpm-current tree with the block tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-11-01 17:00 +0100
Re: linux-next: manual merge of the akpm-current tree with the block tree kbuild test robot <lkp@intel.com> - 2015-11-01 17:10 +0100
Re: linux-next: manual merge of the akpm-current tree with the block tree kbuild test robot <lkp@intel.com> - 2015-11-01 17:10 +0100
Re: linux-next: manual merge of the akpm-current tree with the block tree Mel Gorman <mgorman@techsingularity.net> - 2015-11-01 19:40 +0100
Re: linux-next: manual merge of the akpm-current tree with the block tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-11-01 23:00 +0100
csiph-web