From d13f356bf5c030d5a66b413c322f1ad40882f864 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Tue, 24 Apr 2012 08:24:36 +0000 Subject: [PATCH] Also rename DevNos header to DevNosUsed in dmsetup info -c output. --- WHATS_NEW_DM | 2 +- tools/dmsetup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index e5ceaf3ae..d68c000e2 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,6 +1,6 @@ Version 1.02.75 - ================================ - Rename (Blk)DevNames header to (Blk)DevNamesUsed in dmsetup info -c output. + Rename (Blk)DevNames/DevNos dmsetup header to (Blk)DevNamesUsed/DevNosUsed. Add configure --with-veritysetup for independent veritysetup tool. Properly support passed in dmevent path in dm_event_register_handler(). Remove dmeventd fifos on exit if they are not managed by systemd. diff --git a/tools/dmsetup.c b/tools/dmsetup.c index 16fddde29..6934de86e 100644 --- a/tools/dmsetup.c +++ b/tools/dmsetup.c @@ -2760,7 +2760,7 @@ FIELD_O(INFO, dm_info, NUM, "Event", event_nr, 6, uint32, "events", "Number of m FIELD_O(DEPS, dm_deps, NUM, "#Devs", count, 5, int32, "device_count", "Number of devices used by this one.") FIELD_F(TREE, STR, "DevNamesUsed", 16, dm_deps_names, "devs_used", "List of names of mapped devices used by this one.") -FIELD_F(DEPS, STR, "DevNos", 6, dm_deps, "devnos_used", "List of device numbers of devices used by this one.") +FIELD_F(DEPS, STR, "DevNosUsed", 16, dm_deps, "devnos_used", "List of device numbers of devices used by this one.") FIELD_F(DEPS, STR, "BlkDevNamesUsed", 16, dm_deps_blk_names, "blkdevs_used", "List of names of block devices used by this one.") FIELD_F(TREE, NUM, "#Refs", 5, dm_tree_parents_count, "device_ref_count", "Number of mapped devices referencing this one.") -- 2.43.5