commit | 86a37174138621a44c38621b69595e2cd67e5956 | [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 | 03bbfe68e9e9b2401d8f3fe0fdecaa4d605a89df | |
parent | 154c733a33d9cdaabec42ae76ca1189044d0447e [diff] |
xfs: refactor adding recovered intent items to the log During recovery, every intent that we recover from the log has to be added to the AIL. Replace the open-coded addition with a helper. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>