ext4: remove unused parameter wbc from __ext4_journalled_writepage()
CC: Jan Kara <jack@suse.cz> Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
committed by
Theodore Ts'o
parent
b4d7241596
commit
3f0ca30985
@@ -2558,7 +2558,6 @@ static int bput_one(handle_t *handle, struct buffer_head *bh)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int __ext4_journalled_writepage(struct page *page,
|
static int __ext4_journalled_writepage(struct page *page,
|
||||||
struct writeback_control *wbc,
|
|
||||||
unsigned int len)
|
unsigned int len)
|
||||||
{
|
{
|
||||||
struct address_space *mapping = page->mapping;
|
struct address_space *mapping = page->mapping;
|
||||||
@@ -2716,7 +2715,7 @@ static int ext4_writepage(struct page *page,
|
|||||||
* doesn't seem much point in redirtying the page here.
|
* doesn't seem much point in redirtying the page here.
|
||||||
*/
|
*/
|
||||||
ClearPageChecked(page);
|
ClearPageChecked(page);
|
||||||
return __ext4_journalled_writepage(page, wbc, len);
|
return __ext4_journalled_writepage(page, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (test_opt(inode->i_sb, NOBH) && ext4_should_writeback_data(inode))
|
if (test_opt(inode->i_sb, NOBH) && ext4_should_writeback_data(inode))
|
||||||
|
Reference in New Issue
Block a user