]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: remove xfs_bunmapi() dfops param
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:31:01 +0000 (14:31 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:31:01 +0000 (14:31 -0500)
commit160ed12f70dac5b37b8f6f94f64f64b78fc4fbbb
tree3ca3d98e421ee5539e414fe470727b6737b6cc35
parentcbdfb3aba3d3a88a84dc56af98c9e15f4bda5178
xfs: remove xfs_bunmapi() dfops param

Source kernel commit: ccd9d91148780a5e979ac00bce67c2155fb6378f

Now that all xfs_bunmapi() callers use ->t_dfops, remove the
unnecessary parameter 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/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_da_btree.c
libxfs/xfs_dir2.c
repair/phase6.c