[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070711121410.GD4536@zetta.epsmu.com>
Date: Wed, 11 Jul 2007 16:14:10 +0400
From: Kirill Kuvaldin <kuvkir@...mu.com>
To: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH] fixing the comment in mm/filemap.c
Seems that generic_file_write is no longer available, and
generic_file_buffered_write should be referred instead.
This makes the comment consistent.
Signed-off-by: Kirill Kuvaldin <kuvkir@...mu.com>
diff --git a/mm/filemap.c b/mm/filemap.c
index edb1b0b..0a8b71e 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1846,7 +1846,7 @@ EXPORT_SYMBOL(read_cache_page);
/*
* If the page was newly created, increment its refcount and add it to the
* caller's lru-buffering pagevec. This function is specifically for
- * generic_file_write().
+ * generic_file_buffered_write().
*/
static inline struct page *
__grab_cache_page(struct address_space *mapping, unsigned long index,
-
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