mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-01 08:58:47 +03:00
Sync tidy.
This commit is contained in:
parent
c2ca6187fe
commit
52f3709f67
@ -22,9 +22,9 @@
|
|||||||
#define _LVM_ERRORS_H
|
#define _LVM_ERRORS_H
|
||||||
|
|
||||||
#define EINVALID_CMD_LINE 1
|
#define EINVALID_CMD_LINE 1
|
||||||
#define ENO_SUCH_CMD 3
|
#define ENO_SUCH_CMD 3
|
||||||
#define ECMD_PROCESSED 4
|
#define ECMD_PROCESSED 4
|
||||||
#define ECMD_FAILED 5
|
#define ECMD_FAILED 5
|
||||||
|
|
||||||
#endif /* #ifndef _LVM_ERROR_H_INCLUDE */
|
#endif
|
||||||
|
|
||||||
|
@ -510,7 +510,8 @@ static int process_common_commands(struct command *com)
|
|||||||
kill(getpid(), SIGSTOP);
|
kill(getpid(), SIGSTOP);
|
||||||
|
|
||||||
if (arg_count(debug_ARG))
|
if (arg_count(debug_ARG))
|
||||||
_current_settings.debug = arg_count(debug_ARG);
|
_current_settings.debug = LOG_FATAL +
|
||||||
|
(arg_count(debug_ARG) - 1);
|
||||||
|
|
||||||
if (arg_count(verbose_ARG))
|
if (arg_count(verbose_ARG))
|
||||||
_current_settings.verbose = arg_count(verbose_ARG);
|
_current_settings.verbose = arg_count(verbose_ARG);
|
||||||
|
@ -112,8 +112,6 @@ int vgmerge_single(const char *vg_name_to, const char *vg_name_from)
|
|||||||
|
|
||||||
/* FIXME List arg: vg_show_with_pv_and_lv(vg_to); */
|
/* FIXME List arg: vg_show_with_pv_and_lv(vg_to); */
|
||||||
|
|
||||||
/* FIXME Test arg (into all tools) */
|
|
||||||
|
|
||||||
/* Merge volume groups */
|
/* Merge volume groups */
|
||||||
while (!list_empty(&vg_from->pvs)) {
|
while (!list_empty(&vg_from->pvs)) {
|
||||||
struct list *pvh = vg_from->pvs.n;
|
struct list *pvh = vg_from->pvs.n;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user