]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
authorBrian Foster <bfoster@redhat.com>
Fri, 5 Oct 2018 02:36:12 +0000 (21:36 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 5 Oct 2018 02:36:12 +0000 (21:36 -0500)
commit7b3ab230d650517b0f2472d13cfa96624ed746d8
tree3800e0f2806626eea34902e7a1ce8d157b59a929
parentc0860494d38522fe2d28d8fd3ae56f933782bca1
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback

Source kernel commit: 7dbddbaccd189e63c39c9e22c728c4548b9893bb

The dfops infrastructure ->finish_item() callback passes the
transaction and dfops as separate parameters. Since dfops is always
part of a transaction, the latter parameter is no longer necessary.
Remove it from the various callbacks.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/defer_item.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_defer.c
libxfs/xfs_defer.h
libxfs/xfs_refcount.c
libxfs/xfs_refcount.h