On Wed, Apr 12, 2017 at 06:20:32PM +0900, Damien Le Moal wrote: > Fixed the condition strings for implicit open and explicit open to > match the man page defined strings ("oi" and "oe"). Also while at it, > correct the condition_str array entries adding the reserved "xC" case > so that the read_only, full and offline conditions match the condition > codes. This increases the array size to 16, so also fix the condition > code masking when displaying the result. > > Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxx> > --- > sys-utils/blkzone.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Applied, thanks. Damien, what about to add ZONED column to the lsblk(8) command (also from util-linux)? It would be nice to have zone model there. All lsblk is based on /sys, so add the string from /sys/block/<disk>/queue/zoned should be easy (just add COL_ZONED with sysfs_strdup() to set_scols_data()). lsblk -o+ZONED will do all the magic for end users. Can you try it? I have no way to test it. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html