From 36c5e47487a2682e9f948c2ea31f0c4ca43b9c4f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Jun 2005 02:42:55 +0000 Subject: don't need prefixing with current package --- perl-install/raid.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/raid.pm') 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 { -- cgit v1.2.1