f2fs: fix time update in case of f2fs fallocate
authorNamjae Jeon <namjae.jeon@samsung.com>
Sun, 30 Dec 2012 05:52:37 +0000 (14:52 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 4 Jan 2013 00:42:59 +0000 (09:42 +0900)
commit3af60a49fd2edfe9c5a06bc84d4832450895be96
tree4aca650ea848f33346f1ef9d2aa6e010f58b4ac8
parenta07ef784356cf9157bd9bed5254cbb9a82d33722
f2fs: fix time update in case of f2fs fallocate

After doing a punch hole or expanding inode doing fallocation.
The change and modification time are not update for the file.
So, update time after no issue is observed in fallocate.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/file.c