Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348961
b: refs/heads/master
c: 3af60a4
h: refs/heads/master
i:
  348959: 1b56ed3
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Jan 4, 2013
1 parent 731351c commit 3c30f04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a07ef784356cf9157bd9bed5254cbb9a82d33722
refs/heads/master: 3af60a49fd2edfe9c5a06bc84d4832450895be96
5 changes: 5 additions & 0 deletions trunk/fs/f2fs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@ static long f2fs_fallocate(struct file *file, int mode,
else
ret = expand_inode_data(inode, offset, len, mode);

if (!ret) {
inode->i_mtime = inode->i_ctime = CURRENT_TIME;
mark_inode_dirty(inode);
}

f2fs_balance_fs(sbi);
return ret;
}
Expand Down

0 comments on commit 3c30f04

Please sign in to comment.