xfs: use ->t_dfops for all xfs_bmapi_write() callers
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:12 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:12 +0000 (22:26 -0700)
commit175d1a013eaf35c802e0195d87ac2a8df83ad42a
tree5fd17f0274e814625104eadc3dda30f9ace6fdb3
parent2ba13721257e2c76e90e8d83dfd9ba91c434355d
xfs: use ->t_dfops for all xfs_bmapi_write() callers

Attach ->t_dfops for all remaining callers of xfs_bmapi_write().
This prepares the latter to no longer require a separate dfops
parameter.

Note that xfs_symlink() already uses ->t_dfops. Fix up the local
references for consistency.

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>
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_reflink.c
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_symlink.c