On 06/14/2015 07:28 AM, roni wrote:
> I know i should avoid using global variables in kernel programming.
> 
> What problem it create if i use more global variables?
> 
> 
> _______________________________________________
> Kernelnewbies mailing list
> [email protected]
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> 
> 


you step on everyone else's names space.  Do you know how many other
people are collaborating with the kernel.  Stick to your own back yard.

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to