From 851a196e32d27f20731687b5889d93f9c453b184 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 1 Apr 2008 09:14:13 +0000 Subject: - diskdrake: o allow relatime on ntfs-3g (#39666) --- perl-install/fs/mount_options.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/mount_options.pm') diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 3eacdfb4a..6ac55584a 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -42,7 +42,7 @@ sub unpack { $non_defaults->{$_} = 1 foreach @$l; } - $non_defaults->{relatime} = 1 if isTrueLocalFS($part); + $non_defaults->{relatime} = 1 if isTrueLocalFS($part) || $part->{fs_type} eq 'ntfs-3g'; $non_defaults->{encrypted} = 1; my $defaults = { reverse %$non_defaults }; -- cgit v1.2.1