Re: [PATCH 04/45] xfs: remove xfs_blkdev_issue_flush
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-16 08:42:22
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-16 08:42:22
On Fri, Mar 05, 2021 at 04:11:02PM +1100, Dave Chinner wrote:
From: Dave Chinner <redacted> It's a one line wrapper around blkdev_issue_flush(). Just replace it with direct calls to blkdev_issue_flush(). Signed-off-by: Dave Chinner <redacted>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>