]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: turn io_append_trans into an io_private void pointer
authorChristoph Hellwig <hch@lst.de>
Thu, 17 Oct 2019 20:12:09 +0000 (13:12 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 15:51:59 +0000 (08:51 -0700)
commit5653017bc44e54baa299f3523f160c23ac0628fd
treed3e6dc18450f390bf1e629c43826da6b780c2790
parent433dad94ec5d6b90385b56a8bc8718dd9542b289
xfs: turn io_append_trans into an io_private void pointer

In preparation for moving the ioend structure to common code we need
to get rid of the xfs-specific xfs_trans type.  Just make it a file
system private void pointer instead.

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_aops.c
fs/xfs/xfs_aops.h