it's not kallsysms, it's kallsyms. cat /proc/kallsyms | grep my_symbol
On 8/16/07, pradeep singh <[EMAIL PROTECTED]> wrote: > > On 8/16/07, Wenhua Zhao <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Is that true that every time I do EXPORT_SYMBOL(my_symbol), I should > > check that `my_symbol' is not already defined? > > > > There are so many drivers in the kernel. How do developers make sure > > that their symbols are unique? > > check cat /proc/kallsysms | grep my_symbol > > thanks > > > > > > Regards, > > Wenhua > > > > -- > > To unsubscribe from this list: send an email with > > "unsubscribe kernelnewbies" to [EMAIL PROTECTED] > > Please read the FAQ at http://kernelnewbies.org/FAQ > > > > > > > -- > play the game > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [EMAIL PROTECTED] > Please read the FAQ at http://kernelnewbies.org/FAQ > > -- http://islab.org
