]> git.karo-electronics.de Git - linux-beck.git/commit
f2fs: convert inline_data for punch_hole
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 27 Dec 2013 02:13:21 +0000 (11:13 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 6 Jan 2014 07:42:12 +0000 (16:42 +0900)
commit8230a0a49fc3f587644b284e51ac092607aa74bf
treeefc0e5d58266395c758da8b777b7bc2637cee4d3
parentf185ff979f97943c9d4966ed4edc9819c3342c5b
f2fs: convert inline_data for punch_hole

In the punch_hole(), let's convert inline_data all the time for simplicity and
to avoid potential deadlock conditions.
It is pretty much not a big deal to do this.

Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/file.c