diff options
Diffstat (limited to 'fs/ext2')
-rw-r--r-- | fs/ext2/dir.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c index 6b946bae11cf..764109886ec0 100644 --- a/fs/ext2/dir.c +++ b/fs/ext2/dir.c | |||
@@ -450,8 +450,7 @@ ino_t ext2_inode_by_name(struct inode *dir, struct qstr *child) | |||
450 | 450 | ||
451 | static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) | 451 | static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) |
452 | { | 452 | { |
453 | return block_write_begin_newtrunc(NULL, page->mapping, pos, len, 0, | 453 | return __block_write_begin(page, pos, len, ext2_get_block); |
454 | &page, NULL, ext2_get_block); | ||
455 | } | 454 | } |
456 | 455 | ||
457 | /* Releases the page */ | 456 | /* Releases the page */ |