LVM2/tools lvresize.c
wysochanski@sourceware.org
wysochanski@sourceware.org
Thu Sep 6 22:35:00 GMT 2007
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: wysochanski@sourceware.org 2007-09-06 22:35:01
Modified files:
tools : lvresize.c
Log message:
Fix last checkin
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvresize.c.diff?cvsroot=lvm2&r1=1.81&r2=1.82
--- LVM2/tools/lvresize.c 2007/09/06 21:08:16 1.81
+++ LVM2/tools/lvresize.c 2007/09/06 22:35:01 1.82
@@ -132,7 +132,6 @@
}
static int do_resizefs_reduce(struct cmd_context *cmd, struct volume_group *vg,
- struct logical_volume *lv,
struct lvresize_params *lp)
{
char lv_path[PATH_MAX];
@@ -552,7 +551,7 @@
}
if (lp->resizefs) {
- if (!do_resizefs_reduce(cmd, vg, lv_path, lp))
+ if (!do_resizefs_reduce(cmd, vg, lp))
return ECMD_FAILED;
}
More information about the Lvm2-cvs
mailing list