From: Bryn Reeves <bmr@fedoraproject.org>
To: lvm-devel@redhat.com
Subject: master - dmsetup: obey --programid when deleting regions
Date: Mon, 24 Oct 2016 16:21:48 +0000 (UTC) [thread overview]
Message-ID: <20161024162149.015EF609D3@fedorahosted.org> (raw)
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=5eda3934885b23ce06f862a56b524ceaab3cb565
Commit: 5eda3934885b23ce06f862a56b524ceaab3cb565
Parent: de78e8eae73cb155fdb906ef2b8ddc9ca1a918c4
Author: Bryn M. Reeves <bmr@redhat.com>
AuthorDate: Mon Oct 24 17:21:18 2016 +0100
Committer: Bryn M. Reeves <bmr@redhat.com>
CommitterDate: Mon Oct 24 17:21:18 2016 +0100
dmsetup: obey --programid when deleting regions
---
tools/dmsetup.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/dmsetup.c b/tools/dmsetup.c
index 9d357ec..ec64d24 100644
--- a/tools/dmsetup.c
+++ b/tools/dmsetup.c
@@ -5278,6 +5278,8 @@ static int _stats_delete(CMD_ARGS)
name = argv[0];
}
+ if (_switches[PROGRAM_ID_ARG])
+ program_id = _string_args[PROGRAM_ID_ARG];
if (_switches[ALL_PROGRAMS_ARG])
program_id = DM_STATS_ALL_PROGRAMS;
reply other threads:[~2016-10-24 16:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161024162149.015EF609D3@fedorahosted.org \
--to=bmr@fedoraproject.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.