]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb991ce2b3929d78abbb68e556255b1acf15cf545
tree2a4f608922c75bfe4510907c2fa826c3da3a81bb
parentb2e98be1cf571925ca4f39df8ab7146024440ca7
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