linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* NTFS causes tainted kernel?
@ 2001-10-23  3:43 Mike Fedyk
  2001-10-23 15:12 ` Richard Russon
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Fedyk @ 2001-10-23  3:43 UTC (permalink / raw)
  To: linux-kernel

Warning: loading
/lib/modules/2.4.12-ac5+acct-entropy+preempt+netdev-ramdom+vm-free-swapcache/kernel/fs/ntfs/ntfs.o
will taint the kernel: no license


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: NTFS causes tainted kernel?
  2001-10-23  3:43 NTFS causes tainted kernel? Mike Fedyk
@ 2001-10-23 15:12 ` Richard Russon
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Russon @ 2001-10-23 15:12 UTC (permalink / raw)
  To: Linus Torvalds, Alan Cox; +Cc: lkml, Mike Fedyk, Anton Altaparmakov

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");



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-23 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-23  3:43 NTFS causes tainted kernel? Mike Fedyk
2001-10-23 15:12 ` Richard Russon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).