]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: factor out two helpers from xfs_bmapi_write
authorChristoph Hellwig <hch@lst.de>
Mon, 6 May 2019 22:00:28 +0000 (18:00 -0400)
committerEric Sandeen <sandeen@redhat.com>
Mon, 6 May 2019 22:00:28 +0000 (18:00 -0400)
commitee622798b0c724a0c419298526b61a7b308bf7f0
tree4c3223b63878893b79157e136d0f4355ba4ce3e9
parent939ebc1a5a81dfa007303e9f101cf502bf4c0d50
xfs: factor out two helpers from xfs_bmapi_write

Source kernel commit: c8b54673b30a9668d626a9e48d1659c21300f2a4

We want to be able to reuse them for the upcoming dedidcated delalloc
convert routine.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
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_bmap.c