lkml.org 
[lkml]   [2006]   [May]   [24]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 04/33] readahead: page flag PG_readahead
FromPeter Zijlstra <>
DateWed, 24 May 2006 14:27:36 +0200
On Wed, 2006-05-24 at 19:12 +0800, Wu Fengguang wrote:
> plain text document attachment> (readahead-page-flag-PG_readahead.patch)> An new page flag PG_readahead is introduced as a look-ahead mark, which
> reminds the caller to give the adaptive read-ahead logic a chance to do
> read-ahead ahead of time for I/O pipelining.> > It roughly corresponds to `ahead_start' of the stock read-ahead logic.
> > Signed-off-by: Wu Fengguang <wfg@mail.ustc.edu.cn>
> ---
> 
>  include/linux/page-flags.h |    5 +++++
>  mm/page_alloc.c            |    2 +-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> --- linux-2.6.17-rc4-mm3.orig/include/linux/page-flags.h
> +++ linux-2.6.17-rc4-mm3/include/linux/page-flags.h
> @@ -89,6 +89,7 @@
>  #define PG_reclaim		17	/* To be reclaimed asap */
>  #define PG_nosave_free		18	/* Free, should not be written */
>  #define PG_buddy		19	/* Page is free, on buddy lists */
> +#define PG_readahead		20	/* Reminder to do readahead */
> 

Page flags are gouped by four, 20 would start a new set.
Also in my tree (git from a few days ago), 20 is taken by PG_unchached.
What code is this patch-set against?



-
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/

\
 
 \ /
  Last update: 2006-05-24 14:30    [from the cache]
©2003-2008