xfs: remove xfs_caddr_t
authorChristoph Hellwig <hch@lst.de>
Sun, 21 Jun 2015 23:45:10 +0000 (09:45 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 21 Jun 2015 23:45:10 +0000 (09:45 +1000)
Just use char pointers directly instead of the confusing typedef to a
pointer type.

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_linux.h
fs/xfs/xfs_log.c
fs/xfs/xfs_log_recover.c

index 3f48263..85f883d 100644 (file)
@@ -35,7 +35,6 @@ typedef unsigned long long int        __uint64_t;
 typedef __s64                  xfs_off_t;      /* <file offset> type */
 typedef unsigned long long     xfs_ino_t;      /* <inode> type */
 typedef __s64                  xfs_daddr_t;    /* <disk address> type */
-typedef char *                 xfs_caddr_t;    /* <core address> type */
 typedef __u32                  xfs_dev_t;
 typedef __u32                  xfs_nlink_t;
 
Simple merge
Simple merge