f2fs-tools: introduce support for zoned block devices
authorDamien Le Moal <damien.lemoal@wdc.com>
Fri, 28 Oct 2016 07:57:00 +0000 (16:57 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 2 Nov 2016 00:27:34 +0000 (17:27 -0700)
commit9691420a990b81895c47b08be14b74d5ce8f8da4
treed975ec28451dc70fc15badb1be5b5a58e04cf0c6
parent81c62e2537caaacfd0937b93535006edda73e1b5
f2fs-tools: introduce support for zoned block devices

With the availability of the BLKREPORTZONE and BLKRESETZONE
ioctls, there is no need for using SG_IO to discover zoned
block devices characteristics. This simplifies the code.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
configure.ac
include/f2fs_fs.h
lib/Makefile.am
lib/libf2fs.c
lib/libf2fs_zoned.c [new file with mode: 0644]
lib/zbc.c [deleted file]
lib/zbc.h [deleted file]