[PATCH 12/15] mm reiser4: long page counts

From: Hugh Dickins
Date: Wed Nov 09 2005 - 21:02:35 EST


Update -mm tree's reiser4 source for the long page_count.

Signed-off-by: Hugh Dickins <hugh@xxxxxxxxxxx>
---

fs/reiser4/page_cache.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- mm11/fs/reiser4/page_cache.c 2005-11-09 14:38:18.000000000 +0000
+++ mm12/fs/reiser4/page_cache.c 2005-11-09 14:40:00.000000000 +0000
@@ -751,7 +751,7 @@ void print_page(const char *prefix, stru
printk("null page\n");
return;
}
- printk("%s: page index: %lu mapping: %p count: %i private: %lx\n",
+ printk("%s: page index: %lu mapping: %p count: %li private: %lx\n",
prefix, page->index, page->mapping, page_count(page),
page->private);
printk("\tflags: %s%s%s%s %s%s%s %s%s%s %s%s\n",
-
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/