diff options
author | NeilBrown <neilb@suse.de> | 2010-05-31 04:08:02 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-05-31 04:08:02 +0200 |
commit | 5082750467726d7cad6059ee8a41713da23426d3 (patch) | |
tree | 20331635e4c9182035ee7ffae690c6f78ed9b03b /Makefile | |
parent | Merge commit '3288b419b988b20a53a2b12eb8e5f9f536228db4'; commit '4363fd80bcc9... (diff) | |
download | mdadm-5082750467726d7cad6059ee8a41713da23426d3.tar.xz mdadm-5082750467726d7cad6059ee8a41713da23426d3.zip |
Revert change to handling of -empty-string- metadata.
If the metadata is an empty string, it means the array in question
does not use metadata. This comes from sysfs_read finding "none" in
"metadata_version", then super_by_fd noticing the vers == -1, and so
just using the ->text_version (which is empty).
In this case we want to use the super0 metadata handler routines
because that is what we always used to do before
commit 7d5c3964ccfaace123f7b75e15d38c2650e013d8
And that commit was wrong because "" doesn't mean "default" and so
should not have been changed at the same time.
Reported-by: martin f. krafft <madduck@debian.org>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions