GIT: unionfs2-2.6.27.y: bugfix: add MODULE_LICENSE to mtdsuper module so it loads

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:36 EDT 2010


commit 7e4adf005aa4311135a9e465967e233fe0096f6e
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date:   Wed Jun 6 01:20:15 2007 -0400

    bugfix: add MODULE_LICENSE to mtdsuper module so it loads
    
    This is a temp fix in rc4.  Also reported this bug to MTD maintainer.

diff --git a/drivers/mtd/mtdsuper.c b/drivers/mtd/mtdsuper.c
index 00d46e1..beee4f3 100644
--- a/drivers/mtd/mtdsuper.c
+++ b/drivers/mtd/mtdsuper.c
@@ -228,3 +228,5 @@ void kill_mtd_super(struct super_block *sb)
 }
 
 EXPORT_SYMBOL_GPL(kill_mtd_super);
+
+MODULE_LICENSE("GPL");


More information about the unionfs-cvs mailing list