projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac55e78
)
mpage: use b_folio in do_mpage_readpage()
author
Matthew Wilcox (Oracle)
<willy@infradead.org>
Thu, 15 Dec 2022 21:44:02 +0000
(21:44 +0000)
committer
Andrew Morton
<akpm@linux-foundation.org>
Thu, 19 Jan 2023 01:12:41 +0000
(17:12 -0800)
Remove this conversion of a folio back to a page.
Link:
https://lkml.kernel.org/r/20221215214402.3522366-13-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/mpage.c
patch
|
blob
|
history
diff --git
a/fs/mpage.c
b/fs/mpage.c
index 0f8ae954a579035253109dba0aa9592527be0964..db59cbf6affc421a9b83c410c2dd00c71d7175f4 100644
(file)
--- a/
fs/mpage.c
+++ b/
fs/mpage.c
@@
-198,7
+198,7
@@
static struct bio *do_mpage_readpage(struct mpage_readpage_args *args)
/*
* Then do more get_blocks calls until we are done with this folio.
*/
- map_bh->b_
page = &folio->page
;
+ map_bh->b_
folio = folio
;
while (page_block < blocks_per_page) {
map_bh->b_state = 0;
map_bh->b_size = 0;