From: Himanshu Raj <rhim@cc.gatech.edu>


Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/mm/filemap.c |    4 ----
 1 files changed, 4 deletions(-)

diff -puN mm/filemap.c~a-trivial-patch-for-removing-unnecessary-comment-in-mm-filemapc mm/filemap.c
--- 25/mm/filemap.c~a-trivial-patch-for-removing-unnecessary-comment-in-mm-filemapc	2004-07-26 15:11:34.431007808 -0700
+++ 25-akpm/mm/filemap.c	2004-07-26 15:11:55.984731144 -0700
@@ -440,10 +440,6 @@ struct page * find_get_page(struct addre
 {
 	struct page *page;
 
-	/*
-	 * We scan the hash list read-only. Addition to and removal from
-	 * the hash-list needs a held write-lock.
-	 */
 	read_lock_irq(&mapping->tree_lock);
 	page = radix_tree_lookup(&mapping->page_tree, offset);
 	if (page)
_