projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38e0edb
)
do_mpage_readpage(): remove useless clear_buffer_mapped() call
author
Franck Bui-Huu
<fbuihuu@gmail.com>
Tue, 6 Jan 2009 22:39:21 +0000
(14:39 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:01 +0000
(15:59 -0800)
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>
fs/mpage.c
patch
|
blob
|
history
diff --git
a/fs/mpage.c
b/fs/mpage.c
index
46e977e
..
16c3ef3
100644
(file)
--- 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;
}