[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111130120603.GA19834@localhost>
Date: Wed, 30 Nov 2011 20:06:03 +0800
From: Wu Fengguang <fengguang.wu@...el.com>
To: Jan Kara <jack@...e.cz>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Andi Kleen <andi@...stfloor.org>,
Linux Memory Management List <linux-mm@...ck.org>,
"linux-fsdevel@...r.kernel.org" <linux-fsdevel@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/9] readahead: snap readahead request to EOF
> > + /* snap to EOF */
> > + size += min(size, ra->ra_pages / 4);
> I'd probably choose:
> size += min(size / 2, ra->ra_pages / 4);
> to increase current window only to 3/2 and not twice but I don't have a
OK it looks good on large ra_pages. I'll use this form.
> strong opinion. Otherwise I think the code is fine now so you can add:
> Acked-by: Jan Kara <jack@...e.cz>
Thanks!
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists