aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorHimanshu Raj <rhim@cc.gatech.edu>2004-07-28 09:02:48 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-28 09:02:48 -0700
commitb6288c0e1376b567fb5743402db2a71f57e86812 (patch)
treeb0172a32143fd1b61e04aa7fe78ee645e36efea1 /mm
parentbc3d67775ea6b0a32a3e95787202b987867a9cfb (diff)
downloadhistory-b6288c0e1376b567fb5743402db2a71f57e86812.tar.gz
[PATCH] Remove dead comment in mm/filemap.c
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/filemap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 85a927346a077c..ab85dcb49f6c2b 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -440,10 +440,6 @@ struct page * find_get_page(struct address_space *mapping, unsigned long offset)
{
struct page *page;
- /*
- * We scan the hash list read-only. Addition to and removal from
- * the hash-list needs a held write-lock.
- */
spin_lock_irq(&mapping->tree_lock);
page = radix_tree_lookup(&mapping->page_tree, offset);
if (page)