OSDN Git Service

[PATCH] quota_v2 module taints the kernel (missing licence)
authorMarek Szuba <cyberman@if.pw.edu.pl>
Fri, 23 Dec 2005 16:29:44 +0000 (17:29 +0100)
committerWilly TARREAU <willy@pcw.(none)>
Sat, 15 Apr 2006 10:26:34 +0000 (12:26 +0200)
Apparently the quota_v2 module in 2.4 still lacks the licence macro
and taints the kernel, even though the same module in 2.6 is correctly
tagged as GPL. In case it makes things any easier, I am enclosing an
appropriate patch.

fs/quota_v2.c

index 87ffeca..572f70d 100644 (file)
 #include <asm/byteorder.h>
 #include <asm/uaccess.h>
 
+MODULE_AUTHOR("Jan Kara");
+MODULE_DESCRIPTION("Quota format v2 support");
+MODULE_LICENSE("GPL");
+
 #define __QUOTA_V2_PARANOIA
 
 typedef char *dqbuf_t;