mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
do_mpage_readpage(): remove useless clear_buffer_mapped() call
It is known that buffer_mapped() is false in this code path. Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
38e0edb15b
commit
39f0dee2d8
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue