commit | 154c733a33d9cdaabec42ae76ca1189044d0447e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 01 16:00:54 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 08 08:50:00 2020 -0700 |
tree | 975eb50e0c1e11fc75887c695613c164eb1dc226 | |
parent | bba7b1644a25809c299684a325e766263ad15c62 [diff] |
xfs: refactor releasing finished intents during log recovery Replace the open-coded AIL item walking with a proper helper when we're trying to release an intent item that has been finished. We add a new ->iop_match method to decide if an intent item matches a supplied ID. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de>