]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6928822f9d527c2710609c14460ff8621f9119c9
tree0793516d8940327bb49d8aeed647d1f38b33eb4c
parentf18e52d778b210ae565dde99cf801dc5c77eb657
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