1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

pre-release

This commit is contained in:
Alasdair Kergon 2010-12-06 17:57:14 +00:00
parent ea7c621b0a
commit 9d03132282
5 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
2.02.78(2)-cvs (2010-11-22) 2.02.78(2)-cvs (2010-12-06)

View File

@ -1 +1 @@
1.02.59-cvs (2010-11-22) 1.02.59-cvs (2010-12-06)

View File

@ -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 if segment tag allocation fails in pool format _add_stripe_seg.
Abort in _mirrored_transient_status if referenced log/image LV is not active. 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(). Add backtraces for dev_set() and dev_close_immediate() errors in set_lv().

View 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. Add backtraces to _process_mapper_dir and _create_and_load_v4 error paths.
Remove superfluous checks for NULL before calling dm_free. Remove superfluous checks for NULL before calling dm_free.

View File

@ -109,7 +109,7 @@ static const char *decode_full_locking_cmd(uint32_t cmdl)
break; 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_NONBLOCK ? "|NONBLOCK" : "",
cmdl & LCK_HOLD ? "|HOLD" : "", cmdl & LCK_HOLD ? "|HOLD" : "",
cmdl & LCK_LOCAL ? "|LOCAL" : "", cmdl & LCK_LOCAL ? "|LOCAL" : "",