]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commitb2a922cd6c2e3b9c2e36d48683ceb87a5bce8bb8
treee6d0fbac49e962d59a452c188c13e239f985951e
parent5809d5e083a0e6c7121724635db2a1a6f9b90d52
xfs: remove xfs_caddr_t

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