]> sourceware.org Git - lvm2.git/commitdiff
.
authorAlasdair Kergon <agk@redhat.com>
Sat, 28 Feb 2009 19:43:42 +0000 (19:43 +0000)
committerAlasdair Kergon <agk@redhat.com>
Sat, 28 Feb 2009 19:43:42 +0000 (19:43 +0000)
tools/lvresize.c

index d064d594376a40b80281fafe8c071213e30cbce0..b74978bfa452b0917e0c8f3699c0bdb45e8395a5 100644 (file)
@@ -579,7 +579,7 @@ static int _lvresize(struct cmd_context *cmd, struct volume_group *vg,
        if ((lp->resizefs || (lp->resize == LV_REDUCE)) &&
            !_request_confirmation(cmd, vg, lv, lp)) {
                stack;
-               // return ECMD_FAILED;
+               return ECMD_FAILED;
        }
 
        if (lp->resizefs) {
This page took 0.036312 seconds and 5 git commands to generate.