diff options
Diffstat (limited to 'fs/ext3/inode.c')
-rw-r--r-- | fs/ext3/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c index a66f3fe33672..5c6f07eefa4a 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c | |||
@@ -1196,8 +1196,7 @@ retry: | |||
1196 | ret = PTR_ERR(handle); | 1196 | ret = PTR_ERR(handle); |
1197 | goto out; | 1197 | goto out; |
1198 | } | 1198 | } |
1199 | ret = block_write_begin(file, mapping, pos, len, flags, pagep, fsdata, | 1199 | ret = __block_write_begin(page, pos, len, ext3_get_block); |
1200 | ext3_get_block); | ||
1201 | if (ret) | 1200 | if (ret) |
1202 | goto write_begin_failed; | 1201 | goto write_begin_failed; |
1203 | 1202 | ||