tools: add f2fs_io
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 28 Nov 2018 18:52:05 +0000 (10:52 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 4 Jan 2019 04:38:34 +0000 (20:38 -0800)
commitbbff9a6d04aca4f126ff5c0b3cffcdb04ad290b6
tree9a5158d00247db96f3552c568cddb1ff7a4cac26
parent3f6c6134445637c6277e1ac9cccef38c22f4f5d4
tools: add f2fs_io

This is initial commit to support shutdown ioctl.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
configure.ac
tools/Makefile.am
tools/f2fs_io/Android.bp [new file with mode: 0644]
tools/f2fs_io/Makefile.am [new file with mode: 0644]
tools/f2fs_io/f2fs_io.c [new file with mode: 0644]
tools/f2fs_io/f2fs_io.h [new file with mode: 0644]