Re: patch-2.4.10-pre1

From: Andi Kleen (ak@suse.de)
Date: Tue Aug 28 2001 - 02:10:43 EST


Marcelo Tosatti <marcelo@conectiva.com.br> writes:

> --- linux.orig/fs/buffer.c Mon Aug 27 20:46:36 2001
> +++ linux/fs/buffer.c Mon Aug 27 21:43:35 2001
> @@ -2448,6 +2448,10 @@
> write_unlock(&hash_table_lock);
> spin_unlock(&lru_list_lock);
> if (gfp_mask & __GFP_IO) {
> +#ifdef CONFIG_HIGHMEM
> + if (!(gfp_mask & __GFP_HIGHIO) & PageHighMem(page))
                                              ^^
Should clearly be &&
Could be a problem if PageHighMem returns something other than 1 for true.

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



This archive was generated by hypermail 2b29 : Fri Aug 31 2001 - 21:00:27 EST