bitmap: Remove use of md_get_version()

Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
This commit is contained in:
Jes Sorensen 2017-04-05 15:38:48 -04:00
parent 5cb859962f
commit 5d89b18da8
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ int ExamineBitmap(char *filename, int brief, struct supertype *st)
if (!info)
return rv;
sb = &info->sb;
if (sb->magic != BITMAP_MAGIC && md_get_version(fd) > 0) {
if (sb->magic != BITMAP_MAGIC) {
pr_err("This is an md array. To view a bitmap you need to examine\n");
pr_err("a member device, not the array.\n");
pr_err("Reporting bitmap that would be used if this array were used\n");