From 92a634cf51da876fa7e28169afbea6fe4e3a29d9 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 17 May 2010 06:52:12 +0000 Subject: oops --- perl-install/fs/mount_options.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index ee8099b93..291f7d350 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -239,7 +239,7 @@ sub set_default { $options->{notail} = 1; $options->{user_xattr} = 1; } - if (member($part->{fs_type}, qw(ext2 ext3 ext4)) { + if (member($part->{fs_type}, qw(ext2 ext3 ext4))) { $options->{acl} = 1; } if (isLoopback($part) && !isSwap($part)) { #- no need for loop option for swap files -- cgit v1.2.1