]> git.ipfire.org Git - thirdparty/mdadm.git/commit
IMSM/DDF: don't recognised these metadata on partitions.
authorNeilBrown <neilb@suse.de>
Thu, 29 Apr 2010 06:09:59 +0000 (16:09 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 29 Apr 2010 06:09:59 +0000 (16:09 +1000)
commit691c6ee1b6bb77bc44a5474d856771b0aec9882d
tree64b9b56a0662289302e13307ad6dc1d1289941b2
parent4eb269706f403d2424166683688f0a41d893c1c3
IMSM/DDF: don't recognised these metadata on partitions.

These metadata are not expected on partitions, and they have
no way of differentiation whether which is correct if they
are found both on the device and on the last partition.

So if the device is a partition, refuse to read the metadata.

Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.h
super-ddf.c
super-intel.c
util.c