]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove xfs_bmapi_write() dfops param
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:30:01 +0000 (14:30 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:30:01 +0000 (14:30 -0500)
commitcbdfb3aba3d3a88a84dc56af98c9e15f4bda5178
tree8cb5082b967c4e646950b2df7c26f00b6269fb18
parenta50d2ab037f510ccf76ea5a9bb5918479f5d8630
xfs: remove xfs_bmapi_write() dfops param

Source kernel commit: 6e702a5dcbe1d38cf479931dd2e2a3da884143f0

Now that all callers use ->t_dfops, the xfs_bmapi_write() dfops
parameter is no longer necessary. Remove it and access ->t_dfops
directly. This patch does not change behavior.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/util.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_da_btree.c
mkfs/proto.c
repair/phase6.c