xfs: properly type the b_log_item field in struct xfs_buf
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Jun 2019 02:27:28 +0000 (19:27 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 29 Jun 2019 02:27:28 +0000 (19:27 -0700)
commite99b4bd0cb04947066027edb2780346061b2b661
tree0793516d8940327bb49d8aeed647d1f38b33eb4c
parent0564501ff5e7744b23598f84e93c5230c82e59d6
xfs: properly type the b_log_item field in struct xfs_buf

Now that the log code doesn't abuse this field any more we can
declare it as a struct xfs_buf_log_item pointer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_buf.h