From 43234ed0a9f1736dfd9e6932548d1278acf08860 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 16 Feb 2009 10:50:27 +0000 Subject: reorganized modules in fs section of list_modules and added reiser4 --- kernel/list_modules.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'kernel') 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) ], }, -- cgit v1.2.1