OpenVZ Forum


Home » Mailing lists » Devel » [PATCH] proc: remove MODULE_LICENSE
[PATCH] proc: remove MODULE_LICENSE [message #23338] Thu, 15 November 2007 16:11
Alexey Dobriyan is currently offline  Alexey Dobriyan
Messages: 195
Registered: August 2006
Senior Member
proc is not modular, so MODULE_LICENSE just expands to empty space. proc
without doubts remains GPLed.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
---

 fs/proc/inode.c |    1 -
 1 file changed, 1 deletion(-)

--- a/fs/proc/inode.c
+++ b/fs/proc/inode.c
@@ -476,4 +476,3 @@ out_no_root:
 	de_put(&proc_root);
 	return -ENOMEM;
 }
-MODULE_LICENSE("GPL");
Previous Topic: [PATCH 1/2] cleanup pernet operation without CONFIG_NET_NS
Next Topic: [PATCH] proc: less LOCK operations during lookup
Goto Forum:
  


Current Time: Sun Aug 17 17:22:18 GMT 2025

Total time taken to generate the page: 0.25688 seconds