VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Franck Bui-Huu <fbuihuu@gmail.com> 2009-01-06 14:39:21 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2009-01-06 15:59:01 -0800 commit: 39f0dee2d8abe902617622b71f8f6f73985ec71c parent: 38e0edb15bd07c6a0caf0cfe39f8f90bd98601b2
Commit Summary:
do_mpage_readpage(): remove useless clear_buffer_mapped() call
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/mpage.c b/fs/mpage.c
index 46e977efd50a..16c3ef37eae3 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;
 		}