All of lore.kernel.org
 help / color / mirror / Atom feed
* Confusion about unused variable warnings during kernel build.
@ 2008-10-29  6:33 Manish Katiyar
  2008-10-30 18:32 ` Mulyadi Santosa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Manish Katiyar @ 2008-10-29  6:33 UTC (permalink / raw)
  To: kernel-janitors

Hi,

Occasionally during kernel builds I get some unused variable warnings.
But when I go and check the code the variable is getting used.
Interestingly I have seen this problem only with the file symbols
exported from fs/locks.c. An example of such errors is

fs/lockd/svclock.c:719: warning: unused variable 'file'
fs/nfsd/nfsxdr.c:154: warning: unused variable 'dentry'
fs/nfsd/nfs4state.c:1626: warning: unused variable 'flp'

Is there some problem with the way symbols are exported ?? Out of the
above 3, 2 of them are exported as EXPORT_SYMBOL_GPL and one of them
as EXPORT_SYMBOL

Thanks -
Manish

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

end of thread, other threads:[~2008-10-31 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29  6:33 Confusion about unused variable warnings during kernel build Manish Katiyar
2008-10-30 18:32 ` Mulyadi Santosa
2008-10-30 19:12 ` Marcin Slusarz
2008-10-31  1:53 ` Manish Katiyar
2008-10-31 13:45 ` Nick Andrew

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.