From: Lucio Maciel <abslucio@terra.com.br>
To: owner-xfs@oss.sgi.com
Cc: LKML <linux-kernel@vger.kernel.org>,
lord@oss.sgi.com, linux-xfs@oss.sgi.com,
Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH RESEND 2.5]FIX XFS redefines
Date: Thu, 28 Nov 2002 10:24:03 -0200 [thread overview]
Message-ID: <20021128102403.0aa17064.abslucio@terra.com.br> (raw)
Hello....
This patch fixes this redefines in linux-2.5.49 and 2.5.50 ...
In file included from fs/xfs/linux/xfs_linux.h:56,
from fs/xfs/xfs.h:54,
from fs/xfs/xfs_acl.c:33:
fs/xfs/linux/xfs_vnode.h:546: warning: `AT_UID' redefined
include/linux/elf.h:172: warning: this is the location of the previous definition
fs/xfs/linux/xfs_vnode.h:547: warning: `AT_GID' redefined
include/linux/elf.h:174: warning: this is the location of the previous definition
....
This happens, because linux/module.h is including linux/elf.h that define AT_UID and AT_GID (since 2.5.49) ...
i just renamed the XFS Attributes defines from AT_XXX to XFS_AT_XXX
best regards.
--
::: Lucio F. Maciel
::: abslucio@terra.com.br
::: icq 93065464
::: Absoluta.net
next reply other threads:[~2002-11-28 12:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-28 12:24 Lucio Maciel [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-11-28 12:25 [PATCH RESEND 2.5]FIX XFS redefines Lucio Maciel
[not found] <20021128102558.1b33f62a.abslucio@terra.com. br>
2002-11-28 13:06 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021128102403.0aa17064.abslucio@terra.com.br \
--to=abslucio@terra.com.br \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xfs@oss.sgi.com \
--cc=lord@oss.sgi.com \
--cc=owner-xfs@oss.sgi.com \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.