From 5218380a70f9e6e3c40be9705baeb72a95087597 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 10 Feb 2009 13:35:12 +0000 Subject: don't set useless extents option for ext4 mounts --- perl-install/NEWS | 1 + perl-install/fs/mount_options.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 5c638af04..cf190d1b7 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,7 @@ - diskdrake: o forget the changed label when the user cancels o fix preserving UUID when formatting ext* and swap, and handle more FS (#39913) + o don't set useless extents option for ext4 mounts - localedrake: o set scim-thai as default IM for Thai - drakboot: 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'; -- cgit v1.2.1