It's a get_block_t argument get_block being called here. Signed-off-by: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> --- fs/mpage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/mpage.c b/fs/mpage.c index 28af984..67e9492 100644 --- a/fs/mpage.c +++ b/fs/mpage.c @@ -173,7 +173,7 @@ do_mpage_readpage(struct bio *bio, struct page *page, unsigned nr_pages, page_block = 0; /* - * Map blocks using the result from the previous get_blocks call first. + * Map blocks using the result from the previous get_block call first. */ nblocks = map_bh->b_size >> blkbits; if (buffer_mapped(map_bh) && block_in_file > *first_logical_block && @@ -197,7 +197,7 @@ do_mpage_readpage(struct bio *bio, struct page *page, unsigned nr_pages, } /* - * Then do more get_blocks calls until we are done with this page. + * Then do more get_block calls until we are done with this page. */ map_bh->b_page = page; while (page_block < blocks_per_page) { -- 2.9.3