All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] what's the value of "__deprecated_for_modules"?
@ 2007-01-17 16:11 Robert P. J. Day
  2007-01-17 16:56 ` Adrian Bunk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert P. J. Day @ 2007-01-17 16:11 UTC (permalink / raw)
  To: kernel-janitors


  is there really an overwhelming rationale for the following?

include/linux/compiler.h:
-------------------------
...
#ifdef MODULE
#define __deprecated_for_modules __deprecated
#else
#define __deprecated_for_modules
#endif
...

when there's only one usage of that macro in the entire tree?

  include/linux/pagemap.h:
	extern __deprecated_for_modules struct page * find_trylock_page(

it just seems odd that a "useful" macro would have only one
application throughout the entire kernel.

rday
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2007-01-17 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-17 16:11 [KJ] what's the value of "__deprecated_for_modules"? Robert P. J. Day
2007-01-17 16:56 ` Adrian Bunk
2007-01-17 17:06 ` Robert P. J. Day
2007-01-17 18:26 ` Nishanth Aravamudan

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.