xfs: clear the read/write flags later in xfs_buf_ioend
authorChristoph Hellwig <hch@lst.de>
Tue, 1 Sep 2020 17:55:46 +0000 (10:55 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 16 Sep 2020 03:52:39 +0000 (20:52 -0700)
commit55b7d7115fcd903a3901b2999a2e15e2c9c4f6e0
tree2a4f608922c75bfe4510907c2fa826c3da3a81bb
parentb840e2ada8afc53583e578d2d56df7339604c1a3
xfs: clear the read/write flags later in xfs_buf_ioend

Clear the flags at the end of xfs_buf_ioend so that they can be used
during the completion.

Signed-off-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