1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib
Dave Wysochanski 626dd7a5fe Suppress 'sb_offset' compiler warning by using enum for md superblock versions.
The warning is bogus and is only seen on certain versions of gcc.
However using the enum does seem to clarify the intent of the code - only
3 possible md minor superblock versions.

Related compiler warning:
device/dev-md.c:53: warning: 'sb_offset' may be used uninitialized in this function
2008-06-23 14:54:50 +00:00
..
activate Improve/Fix read ahead 'auto' calculation for stripe_size 2008-06-18 11:32:14 +00:00
cache Fix tracking of validity of PVs with no mdas in lvmcache. 2008-06-11 11:02:05 +00:00
commands Fix vgreduce to use vg_split_mdas to check sufficient mdas remain. 2008-04-08 12:49:21 +00:00
config Correct config file line numbers in messages when parsing comments. (kabi) 2008-06-03 17:51:04 +00:00
datastruct make list_move consistent with other list fns 2008-04-10 19:14:27 +00:00
device Suppress 'sb_offset' compiler warning by using enum for md superblock versions. 2008-06-23 14:54:50 +00:00
display fix 3rd copy 2008-04-10 19:16:35 +00:00
error Add detection of clustered mirror log capability. 2008-04-07 10:23:47 +00:00
filters fix vd->virtblk 2008-04-03 10:29:00 +00:00
format1 Fix metadata corruption writing lvm1-formatted metadata with snapshots. 2008-04-22 11:47:22 +00:00
format_pool copy vgid only when volume group is present in import_pool_pv 2008-06-11 13:14:41 +00:00
format_text Cache VG metadata internally while VG lock is held. 2008-04-01 22:40:13 +00:00
label split orphan VG by format type 2008-02-06 15:47:28 +00:00
locking more cleanup 2008-05-09 19:26:58 +00:00
log Fix identifier 'error_message_produced' used ambiguously. 2008-06-17 14:14:00 +00:00
metadata Don't deref uninitialized log_lv upon failed mirror addition. 2008-06-13 12:15:55 +00:00
mirror . 2008-04-10 18:53:36 +00:00
misc Begin syncing configure.in for merge/unification with device-mapper. 2008-06-13 14:37:18 +00:00
mm fix setpriority int error 2008-05-28 23:12:45 +00:00
report post-release 2008-06-06 19:28:35 +00:00
snapshot Add detection of clustered mirror log capability. 2008-04-07 10:23:47 +00:00
striped Add detection of clustered mirror log capability. 2008-04-07 10:23:47 +00:00
uuid Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
zero Add detection of clustered mirror log capability. 2008-04-07 10:23:47 +00:00
Makefile.in Correct typo in comments: s/is part of the LVM2/is part of LVM2/. 2007-09-21 10:16:45 +00:00