summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_options.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-02-17 09:45:59 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-02-17 09:45:59 +0000
commit3efc7a38be834340f7826946a03f4b7c5f0f8c5b (patch)
treefddd898b2ee2de7268ee9ce1ebffafd73666cc5d /perl-install/fs/mount_options.pm
parenta29c4f0bebe9c091c07cd4c2df3629f64f5f9e83 (diff)
downloaddrakx-3efc7a38be834340f7826946a03f4b7c5f0f8c5b.tar
drakx-3efc7a38be834340f7826946a03f4b7c5f0f8c5b.tar.gz
drakx-3efc7a38be834340f7826946a03f4b7c5f0f8c5b.tar.bz2
drakx-3efc7a38be834340f7826946a03f4b7c5f0f8c5b.tar.xz
drakx-3efc7a38be834340f7826946a03f4b7c5f0f8c5b.zip
really don't set extents option for ext4
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r--perl-install/fs/mount_options.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm
index f8336b70c..9e3f5e767 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -229,9 +229,6 @@ sub set_default {
'iocharset=' => $opts{iocharset}, 'codepage=' => $opts{codepage},
});
}
- if ($part->{fs_type} =~ /^ext4(dev)?$/) {
- put_in_hash($options, { extents => 1 });
- }
if ($part->{fs_type} eq 'ntfs') {
put_in_hash($options, { ro => 1, 'nls=' => $opts{iocharset},
'umask=0' => $opts{security} < 3, 'umask=0022' => $opts{security} < 4,