summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index af7992738..208c44a27 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- include nilfs2 module (#3807)
+
Version 1.57 - 24 October 2011 by Thomas Backlund
- sync with kernel-3.1.0-1.mga2
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) ],