]> git.baikalelectronics.ru Git - kernel.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)
commit8c3873436dffca7e4b3b7440107d933b27a01c87
treed3e6dc18450f390bf1e629c43826da6b780c2790
parent0ae400310835b7cb4e771512aa247137f1ac6b91
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