summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-12-18 10:45:33 +0000
committerThierry Vignaud <tv@mageia.org>2011-12-18 10:45:33 +0000
commit179bcd87deb9b19e92a37d6ef1b4cd3fa931355d (patch)
treeafbd8d6b0d8e25110292d523acb8609fdbd7bed8 /kernel
parent60144797731ec21ac8c896894cbb7f4913eb46cc (diff)
downloaddrakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.tar
drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.tar.gz
drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.tar.bz2
drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.tar.xz
drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.zip
include nilfs2 module (#3807)
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 31e0af3b7..a93d8bc1d 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -192,7 +192,7 @@ our %l = (
loopback => [ qw(isofs loop squashfs) ],
local => [
if_(arch() =~ /^ppc/, qw(hfs)),
- qw(btrfs ext3 ext4 jfs ntfs reiserfs reiser4 vfat xfs),
+ qw(btrfs ext3 ext4 jfs nilfs2 ntfs reiserfs reiser4 vfat xfs),
],
various => [ qw(romfs ufs unionfs) ],