* [PATCH] do_mpage_readpage(): remove useless clear_buffer_mapped() call
@ 2008-11-19 7:01 Franck Bui-Huu, Franck Bui-Huu
0 siblings, 0 replies; only message in thread
From: Franck Bui-Huu, Franck Bui-Huu @ 2008-11-19 7:01 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mm
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
---
Hello,
I just found this while reading mpage.c and it looks pretty obvious.
Franck
fs/mpage.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/fs/mpage.c b/fs/mpage.c
index 552b80b..cf05ca7 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -241,7 +241,6 @@ do_mpage_readpage(struct bio *bio, struct page *page, unsigned nr_pages,
first_hole = page_block;
page_block++;
block_in_file++;
- clear_buffer_mapped(map_bh);
continue;
}
--
1.6.0.2.GIT
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-19 7:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-19 7:01 [PATCH] do_mpage_readpage(): remove useless clear_buffer_mapped() call Franck Bui-Huu, Franck Bui-Huu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.