public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5-bk AT_GID clash
@ 2002-11-12  1:18 Anders Gustafsson
  2002-11-12 17:16 ` Rusty Russell
  0 siblings, 1 reply; 12+ messages in thread
From: Anders Gustafsson @ 2002-11-12  1:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: rusty, lord

Hi,

the new module-api making module.h including elf.h have exposed a name clash
in xfs:

include/linux/elf.h:175:#define AT_GID    13    /* real gid */
fs/xfs/linux/xfs_vnode.h:547:#define AT_GID             0x00000008

Can one be renamed? 

Maybe module.h shouldn't be including elf.h, that afaik is needed by the
arch-specific module loaders and not by all modules. A split into
module.h for the modules and moduleloader.h for the arch-spec-loaders?

-- 
Anders Gustafsson - andersg@0x63.nu - http://0x63.nu/

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

end of thread, other threads:[~2002-11-14 13:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-12  1:18 2.5-bk AT_GID clash Anders Gustafsson
2002-11-12 17:16 ` Rusty Russell
2002-11-12 17:33   ` Steve Lord
2002-11-12 18:07     ` Rusty Russell
2002-11-13  7:34       ` Nathan Scott
2002-11-13 11:17       ` linux/elf.h vs linux/module.h [was: 2.5-bk AT_GID clash] Anders Gustafsson
2002-11-14  1:53         ` Rusty Russell
2002-11-13 22:37       ` 2.5-bk AT_GID clash Paul Mackerras
2002-11-12 18:07   ` Christoph Hellwig
2002-11-12 22:50   ` Anders Gustafsson
2002-11-14  6:44     ` Rusty Russell
2002-11-14 13:26       ` Anders Gustafsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox