Re: [PATCH 15/17] mm: lower soft dirty limits on memory pressure

From: Wu Fengguang
Date: Mon Sep 13 2010 - 05:40:37 EST


> if (PageDirty(page)) {
> +
> + if (file && scanning_global_lru(sc)) {

Oops "file" does not exist in linux-next. Could use
"page_is_file_cache(page)" instead to avoid the compile error.

Thanks,
Fengguang

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/