提交 de9e9181 编写于 作者: Y yalin wang 提交者: Theodore Ts'o

ext4: remove unused page_idx

Signed-off-by: Nyalin wang <yalin.wang2010@gmail.com>
Signed-off-by: NTheodore Ts'o <tytso@mit.edu>
Reviewed-by: NJan Kara <jack@suse.com>
上级 6a7fd522
...@@ -135,7 +135,6 @@ int ext4_mpage_readpages(struct address_space *mapping, ...@@ -135,7 +135,6 @@ int ext4_mpage_readpages(struct address_space *mapping,
unsigned nr_pages) unsigned nr_pages)
{ {
struct bio *bio = NULL; struct bio *bio = NULL;
unsigned page_idx;
sector_t last_block_in_bio = 0; sector_t last_block_in_bio = 0;
struct inode *inode = mapping->host; struct inode *inode = mapping->host;
...@@ -157,7 +156,7 @@ int ext4_mpage_readpages(struct address_space *mapping, ...@@ -157,7 +156,7 @@ int ext4_mpage_readpages(struct address_space *mapping,
map.m_len = 0; map.m_len = 0;
map.m_flags = 0; map.m_flags = 0;
for (page_idx = 0; nr_pages; page_idx++, nr_pages--) { for (; nr_pages; nr_pages--) {
int fully_mapped = 1; int fully_mapped = 1;
unsigned first_hole = blocks_per_page; unsigned first_hole = blocks_per_page;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册