commit | 14cecc5cd6ed33ef3cb7328de904cc636dd390a4 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Mon Sep 15 18:03:32 2014 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Sep 23 11:10:21 2014 -0700 |
tree | f0de29f6c96b43157d0521e4b311503e24421a3d | |
parent | 55cf9cb63f0e5439f208d78ed944de9a8df65011 [diff] |
f2fs: skip punching hole in special condition Now punching hole in directory is not supported in f2fs, so let's limit file type in punch_hole(). In addition, in punch_hole if offset is exceed file size, we should skip punching hole. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>