summaryrefslogtreecommitdiffstats
path: root/perl-install/raid.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r--perl-install/raid.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm
index b2819f185..c16f82378 100644
--- a/perl-install/raid.pm
+++ b/perl-install/raid.pm
@@ -161,7 +161,7 @@ sub inactive_mds() {
sub free_mds {
my ($raids) = @_;
- difference2([ map { "md$_" } 0 .. raid::max_nb() ], [ map { $_->{device} } @$raids ]);
+ difference2([ map { "md$_" } 0 .. max_nb() ], [ map { $_->{device} } @$raids ]);
}
sub detect_during_install {