]> sourceware.org Git - lvm2.git/commitdiff
pre-release
authorAlasdair Kergon <agk@redhat.com>
Mon, 6 Dec 2010 17:57:14 +0000 (17:57 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 6 Dec 2010 17:57:14 +0000 (17:57 +0000)
VERSION
VERSION_DM
WHATS_NEW
WHATS_NEW_DM
daemons/clvmd/lvm-functions.c

diff --git a/VERSION b/VERSION
index 131feeba52ab81316eaae631ced6b8169faac622..2d360ff182a037e47fb7136740f06fe381833e86 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.78(2)-cvs (2010-11-22)
+2.02.78(2)-cvs (2010-12-06)
index cc8b646de326c1971efa3032fca478ae4851c901..cdfd5e37c77772890f48e36c5e44246f5bfa6618 100644 (file)
@@ -1 +1 @@
-1.02.59-cvs (2010-11-22)
+1.02.59-cvs (2010-12-06)
index 7798c748c545b07cf4c5e35f2e15fa8d3b021ba3..273010298389f181ad6599b839aec7ff81f3c6f5 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,5 @@
-Version 2.02.78 - 
-====================================
+Version 2.02.78 - 6th December 2010
+===================================
   Abort if segment tag allocation fails in pool format _add_stripe_seg.
   Abort in _mirrored_transient_status if referenced log/image LV is not active.
   Add backtraces for dev_set() and dev_close_immediate() errors in set_lv().
index a2720f98c8242f97847c7fb26025fbd65ca003f4..300ddc9888bd4d2dc7abb0216743d969293a4b9c 100644 (file)
@@ -1,5 +1,5 @@
-Version 1.02.59 - 
-====================================
+Version 1.02.59 - 6th December 2010
+===================================
   Add backtraces to _process_mapper_dir and  _create_and_load_v4 error paths.
   Remove superfluous checks for NULL before calling dm_free.
 
index 5b4a7ee16ddc3ad5fc4590015c9db6562d66b3fd..0520ae9a7efc55a9e04969a5e737cfeab9581f48 100644 (file)
@@ -109,7 +109,7 @@ static const char *decode_full_locking_cmd(uint32_t cmdl)
                break;
        }
 
-       sprintf(buf, "0x%x %s (%s|%s%s%s%s%s)", cmdl, command, type, scope,
+       sprintf(buf, "0x%x %s (%s|%s%s%s%s%s%s)", cmdl, command, type, scope,
                cmdl & LCK_NONBLOCK   ? "|NONBLOCK" : "",
                cmdl & LCK_HOLD       ? "|HOLD" : "",
                cmdl & LCK_LOCAL      ? "|LOCAL" : "",
This page took 0.110229 seconds and 5 git commands to generate.