X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fext2%2Fsuper.c;h=0090595beb28de8243cc6cfd2437dd007c6a7a69;hb=ac69e0928054ff29a5049902fb477f9c7605c773;hp=9b403f064ce09304c56ed2b6d767ac7eb37798e1;hpb=9e203936eac786f9268d6a13e6442d2accef1829;p=karo-tx-linux.git diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 9b403f064ce0..0090595beb28 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c @@ -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)