diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/inode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 0080999d2cd4..59fbbe899acc 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -1424,12 +1424,8 @@ static int ext4_ordered_write_end(struct file *file, | |||
1424 | { | 1424 | { |
1425 | handle_t *handle = ext4_journal_current_handle(); | 1425 | handle_t *handle = ext4_journal_current_handle(); |
1426 | struct inode *inode = mapping->host; | 1426 | struct inode *inode = mapping->host; |
1427 | unsigned from, to; | ||
1428 | int ret = 0, ret2; | 1427 | int ret = 0, ret2; |
1429 | 1428 | ||
1430 | from = pos & (PAGE_CACHE_SIZE - 1); | ||
1431 | to = from + len; | ||
1432 | |||
1433 | ret = ext4_jbd2_file_inode(handle, inode); | 1429 | ret = ext4_jbd2_file_inode(handle, inode); |
1434 | 1430 | ||
1435 | if (ret == 0) { | 1431 | if (ret == 0) { |