xfs: change the type of ic_datap
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Apr 2022 00:35:53 +0000 (10:35 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 21 Apr 2022 00:35:53 +0000 (10:35 +1000)
commitdecb545fc081a1f03d4216831afb82482e8b6342
tree287b1c1b3d349aa98548e4da2056a3ffc088880a
parentd80fc2914f9125a723d9af7038b1592fa8d1ea96
xfs: change the type of ic_datap

Turn ic_datap from a char into a void pointer given that it points
to arbitrary data.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
[dgc: also remove (char *) cast in xlog_alloc_log()]
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log_priv.h