public inbox for lvm2-cvs@sourceware.org help / color / mirror / Atom feed
From: zkabelac@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/tools vgreduce.c vgremove.c Date: Mon, 27 Feb 2012 10:07:00 -0000 [thread overview] Message-ID: <20120227100659.15185.qmail@sourceware.org> (raw) CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: zkabelac@sourceware.org 2012-02-27 10:06:58 Modified files: tools : vgreduce.c vgremove.c Log message: Make force_t enum usage obvious Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgreduce.c.diff?cvsroot=lvm2&r1=1.115&r2=1.116 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgremove.c.diff?cvsroot=lvm2&r1=1.62&r2=1.63 --- LVM2/tools/vgreduce.c 2012/02/15 12:30:46 1.115 +++ LVM2/tools/vgreduce.c 2012/02/27 10:06:58 1.116 @@ -104,7 +104,7 @@ if (!lv_is_visible(lv)) continue; log_warn("Removing partial LV %s.", lv->name); - if (!lv_remove_with_dependencies(cmd, lv, 1, 0)) + if (!lv_remove_with_dependencies(cmd, lv, DONT_PROMPT, 0)) return_0; goto restart; } --- LVM2/tools/vgremove.c 2010/07/09 15:34:48 1.62 +++ LVM2/tools/vgremove.c 2012/02/27 10:06:58 1.63 @@ -29,7 +29,7 @@ lv_count = vg_visible_lvs(vg); - force = arg_count(cmd, force_ARG); + force = (force_t) arg_count(cmd, force_ARG); if (lv_count) { if (force == PROMPT) { if ((missing = vg_missing_pv_count(vg)))
reply other threads:[~2012-02-27 10:07 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=20120227100659.15185.qmail@sourceware.org \ --to=zkabelac@sourceware.org \ --cc=lvm-devel@redhat.com \ --cc=lvm2-cvs@sourceware.org \ /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: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).