diff options
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/reiserfs/inode.c b/fs/reiserfs/inode.c index 4c1fb548ab64..045729f5674a 100644 --- a/fs/reiserfs/inode.c +++ b/fs/reiserfs/inode.c | |||
@@ -2585,8 +2585,7 @@ static int reiserfs_write_begin(struct file *file, | |||
2585 | old_ref = th->t_refcount; | 2585 | old_ref = th->t_refcount; |
2586 | th->t_refcount++; | 2586 | th->t_refcount++; |
2587 | } | 2587 | } |
2588 | ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, | 2588 | ret = __block_write_begin(page, pos, len, reiserfs_get_block); |
2589 | reiserfs_get_block); | ||
2590 | if (ret && reiserfs_transaction_running(inode->i_sb)) { | 2589 | if (ret && reiserfs_transaction_running(inode->i_sb)) { |
2591 | struct reiserfs_transaction_handle *th = current->journal_info; | 2590 | struct reiserfs_transaction_handle *th = current->journal_info; |
2592 | /* this gets a little ugly. If reiserfs_get_block returned an | 2591 | /* this gets a little ugly. If reiserfs_get_block returned an |