summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/list_modules.pm7
-rw-r--r--perl-install/NEWS2
2 files changed, 5 insertions, 4 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index ef7fae4c5..80d04e98b 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -163,15 +163,14 @@ our %l = (
fs =>
{
- network => [ qw(af_packet nfs) ],
+ network => [ qw(af_packet nfs smbfs) ],
cdrom => [ qw(isofs) ],
loopback => [ qw(isofs loop squashfs) ],
local => [
- if_(arch() =~ /^i.86|x86_64/, qw(vfat ntfs)),
if_(arch() =~ /^ppc/, qw(hfs)),
- qw(reiserfs jfs xfs),
+ qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4),
],
- various => [ qw(smbfs romfs ext3 ext4dev ext4 ufs ntfs unionfs) ],
+ various => [ qw(romfs ufs unionfs) ],
},
diff --git a/perl-install/NEWS b/perl-install/NEWS
index f14238a9e..f19f64b58 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- reorganized modules in fs section of list_modules and added reiser4
+
Version 11.87 - 14 February 2009
- diskdrake: