From: Dave Chinner <david@fromorbit.com>
To: Christoph Hellwig <hch@lst.de>
Cc: xfs@oss.sgi.com
Subject: Re: [PATCH 2/8] xfsprogs: remove __psint_t and __psunsigned_t
Date: Tue, 23 Jun 2015 15:42:57 +1000 [thread overview]
Message-ID: <20150623054257.GE22807@dastard> (raw)
In-Reply-To: <1434878524-18176-3-git-send-email-hch@lst.de>
On Sun, Jun 21, 2015 at 11:21:58AM +0200, Christoph Hellwig wrote:
> Replace them with the standards conform intptr_t and uintptr_t. Note
> that many uses look rather questionable cargo-cult avoidance of pointer
> arithmetics, but let's leave that for now and look at it separately.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
> db/bit.c | 8 ++++----
> db/check.c | 6 +++---
> db/field.c | 8 ++++----
> db/field.h | 6 +++---
> include/platform_defs.h.in | 36 ------------------------------------
> logprint/log_misc.c | 2 +-
> m4/package_types.m4 | 28 ----------------------------
> repair/agheader.c | 2 +-
> repair/attr_repair.c | 6 +++---
> repair/avl.c | 36 ++++++++++++++++++------------------
> repair/avl.h | 18 +++++++++---------
> repair/dir2.c | 16 ++++++++--------
> repair/incore_ext.c | 20 ++++++++++----------
> repair/incore_ino.c | 8 ++++----
> repair/phase6.c | 30 +++++++++++++++---------------
> 15 files changed, 83 insertions(+), 147 deletions(-)
there's a couple of extra bits that need to be removed in
configure.ac. I'll clean them up before committing:
....
autoconf
configure.ac:119: error: possibly undefined macro: AC_TYPE_PSINT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:120: error: possibly undefined macro: AC_TYPE_PSUNSIGNED
Makefile:87: recipe for target 'configure' failed
make: *** [configure] Error 1
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2015-06-23 5:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-21 9:21 typedef cleanups for xfsprogs Christoph Hellwig
2015-06-21 9:21 ` [PATCH 1/8] xfsprogs: remove register keywords Christoph Hellwig
2015-06-21 9:21 ` [PATCH 2/8] xfsprogs: remove __psint_t and __psunsigned_t Christoph Hellwig
2015-06-23 5:42 ` Dave Chinner [this message]
2015-06-21 9:21 ` [PATCH 3/8] xfsprogs: remove the unused inst_t typedef Christoph Hellwig
2015-06-21 9:22 ` [PATCH 4/8] xfsprogs: remove the uint_t typedef Christoph Hellwig
2015-06-21 9:22 ` [PATCH 5/8] xfsprogs: remove the uchar_t typedef Christoph Hellwig
2015-06-21 9:22 ` [PATCH 6/8] xfsprogs: remove boolean_t typedef Christoph Hellwig
2015-06-21 9:22 ` [PATCH 7/8] xfsprogs: remove non-Linux defintions for loff_t Christoph Hellwig
2015-06-21 9:22 ` [PATCH 8/8] xfsprogs: remove xfs_caddr_t 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=20150623054257.GE22807@dastard \
--to=david@fromorbit.com \
--cc=hch@lst.de \
--cc=xfs@oss.sgi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox