Loading fs/ext4/inode.c +0 −4 Original line number Diff line number Diff line Loading @@ -1424,12 +1424,8 @@ static int ext4_ordered_write_end(struct file *file, { handle_t *handle = ext4_journal_current_handle(); struct inode *inode = mapping->host; unsigned from, to; int ret = 0, ret2; from = pos & (PAGE_CACHE_SIZE - 1); to = from + len; ret = ext4_jbd2_file_inode(handle, inode); if (ret == 0) { Loading Loading
fs/ext4/inode.c +0 −4 Original line number Diff line number Diff line Loading @@ -1424,12 +1424,8 @@ static int ext4_ordered_write_end(struct file *file, { handle_t *handle = ext4_journal_current_handle(); struct inode *inode = mapping->host; unsigned from, to; int ret = 0, ret2; from = pos & (PAGE_CACHE_SIZE - 1); to = from + len; ret = ext4_jbd2_file_inode(handle, inode); if (ret == 0) { Loading