]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: kill __xfs_buf_submit_common()
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:35 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:35 +0000 (22:26 -0700)
commitbb00b6f1e2b9699f6140849ab3d6a252b130f44e
tree15edade30ccbb9b7a9418182074cbf4e16c769b1
parent6af88cda007695af003a1cd41f077c826aa59b97
xfs: kill __xfs_buf_submit_common()

Now that there is only one caller, fold the common submission helper
into __xfs_buf_submit().

Suggested-by: Christoph Hellwig <hch@infradead.org>
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_buf.c