commit | 12e164aa1f9d82e8dc3b09ff211cfae8d6a8bfb3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Sep 01 10:55:20 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Sep 15 20:52:38 2020 -0700 |
tree | 114df3b404f783beb9488441ca467aadf96d4ff3 | |
parent | 718ecc50359ec7a45c3195305ab998a46db491dc [diff] |
xfs: refactor the buf ioend disposition code Handle the no-error case in xfs_buf_iodone_error as well, and to clarify the code rename the function, use the actual enum type as return value and then switch on it in the callers. 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>