]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: use void pointers in log validation helpers
authorChristoph Hellwig <hch@lst.de>
Sun, 21 Jun 2015 23:44:47 +0000 (09:44 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 21 Jun 2015 23:44:47 +0000 (09:44 +1000)
commit5809d5e083a0e6c7121724635db2a1a6f9b90d52
tree8573712332f347b0cb53cb54f8bf8299d9959e51
parent88ee2df7f2591133731c29d0ee93f3d37691df85
xfs: use void pointers in log validation helpers

Compared to char pointers this saves us a lot of casting effort.  Also
add another local variable to make the code easier to read.

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_log.c
fs/xfs/xfs_log_priv.h