commit | 1ad71a27124caf0b68ddd3c92be01aa2b2a72b2a | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Dec 07 16:25:39 2017 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Jan 22 14:56:35 2018 -0800 |
tree | 802af8c30b004b0a3c439a9b23d25a69b9aaef5e | |
parent | 9ac1e2d88d076aa1ae9e33d44a9bbc8ae3bfa791 [diff] |
f2fs: add an ioctl to disable GC for specific file This patch gives a flag to disable GC on given file, which would be useful, when user wants to keep its block map. It also conducts in-place-update for dontmove file. Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>