]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ext2/super.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[karo-tx-linux.git] / fs / ext2 / super.c
index 9b403f064ce09304c56ed2b6d767ac7eb37798e1..0090595beb28de8243cc6cfd2437dd007c6a7a69 100644 (file)
@@ -1520,5 +1520,8 @@ static void __exit exit_ext2_fs(void)
        exit_ext2_xattr();
 }
 
+MODULE_AUTHOR("Remy Card and others");
+MODULE_DESCRIPTION("Second Extended Filesystem");
+MODULE_LICENSE("GPL");
 module_init(init_ext2_fs)
 module_exit(exit_ext2_fs)