diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-02-10 13:35:12 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-02-10 13:35:12 +0000 |
commit | 5218380a70f9e6e3c40be9705baeb72a95087597 (patch) | |
tree | a3b6d4f58f49d838817afc4d5d6a86d7242cce20 /perl-install/fs/mount_options.pm | |
parent | c097f8d3f8db70685b3c7df6d6035ad47d50d9a0 (diff) | |
download | drakx-5218380a70f9e6e3c40be9705baeb72a95087597.tar drakx-5218380a70f9e6e3c40be9705baeb72a95087597.tar.gz drakx-5218380a70f9e6e3c40be9705baeb72a95087597.tar.bz2 drakx-5218380a70f9e6e3c40be9705baeb72a95087597.tar.xz drakx-5218380a70f9e6e3c40be9705baeb72a95087597.zip |
don't set useless extents option for ext4 mounts
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r-- | perl-install/fs/mount_options.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 4a502f12f..f8336b70c 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -32,7 +32,6 @@ sub unpack { nfs => [ qw(rsize=8192 wsize=8192) ], cifs => [ qw(username= password=) ], davfs2 => [ qw(username= password= uid= gid=) ], - ext4 => [ qw(extents) ], reiserfs => [ 'notail' ], ); push @{$per_fs{$_}}, 'usrquota', 'grpquota' foreach 'ext2', 'ext3', 'ext4', 'xfs'; |