Re: NTFS causes tainted kernel?

Richard Russon (rich@flatcap.org)
23 Oct 2001 16:12:57 +0100


Hi Linus, Alan.

Please can you apply the following patch to pre6/ac5.
It adds a module license to the NTFS driver.
(Anton's happy with the patch).

Cheers,
FlatCap (Rich)
ntfs@flatcap.org

diff -urN linux-2.4.13-pre6/fs/ntfs/fs.c linux-2.4.13-pre6-ntfs/fs/ntfs/fs.c
--- linux-2.4.13-pre6/fs/ntfs/fs.c Tue Oct 23 15:49:53 2001
+++ linux-2.4.13-pre6-ntfs/fs/ntfs/fs.c Tue Oct 23 15:50:23 2001
@@ -1159,6 +1159,7 @@
*/
MODULE_AUTHOR("Anton Altaparmakov <aia21@cus.cam.ac.uk>");
MODULE_DESCRIPTION("Linux NTFS driver");
+MODULE_LICENSE("GPL");
#ifdef DEBUG
MODULE_PARM(ntdebug, "i");
MODULE_PARM_DESC(ntdebug, "Debug level");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/