]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: remove __psint_t and __psunsigned_t
authorChristoph Hellwig <hch@lst.de>
Sun, 21 Jun 2015 23:43:32 +0000 (09:43 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 21 Jun 2015 23:43:32 +0000 (09:43 +1000)
commitdb9d67d6b09e5d86da0c33da0d9dcb7998653c4f
tree67646b74117d33d8f2fbe4639fed4bdef8219ae5
parent2ac56d3d4bd625450a54d4c3f9292d58f6b88232
xfs: remove __psint_t and __psunsigned_t

Replace uses of __psint_t with the proper uintptr_t and ptrdiff_t types,
and remove the defintions of __psint_t and __psunsigned_t.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_extfree_item.c
fs/xfs/xfs_linux.h
fs/xfs/xfs_log.c
fs/xfs/xfs_trans_ail.c