aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r--fs/ext2/super.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index bd8ac164a3bf..9e7e203146b1 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -1521,5 +1521,8 @@ static void __exit exit_ext2_fs(void)
1521 exit_ext2_xattr(); 1521 exit_ext2_xattr();
1522} 1522}
1523 1523
1524MODULE_AUTHOR("Remy Card and others");
1525MODULE_DESCRIPTION("Second Extended Filesystem");
1526MODULE_LICENSE("GPL");
1524module_init(init_ext2_fs) 1527module_init(init_ext2_fs)
1525module_exit(exit_ext2_fs) 1528module_exit(exit_ext2_fs)