OSDN Git Service

f2fs: add ioctl to do gc with target block address
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 15 Jun 2017 23:44:42 +0000 (16:44 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Jul 2017 23:57:00 +0000 (16:57 -0700)
commit40edf0c8ad01ca3c495bf2173ae5e263e9dbd318
tree5617fcdf1133fc653f72e0aefdc3d85295b5156b
parent17ca8933b3827480fe7e94c228db05d3a471d180
f2fs: add ioctl to do gc with target block address

This patch adds f2fs_ioc_gc_range() to move blocks located in the given
range.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/file.c