commit | 720c5bcf342de224b9f78df83b3d0d097bd0dfd4 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Wed Mar 09 16:14:36 2022 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Wed Mar 09 16:14:36 2022 +1100 |
tree | 4947bc6d5b601ad8a7eead538fbcf9b3bcb8bedc | |
parent | 9c2105d1bd8b84b30fd2fdc6a1ca95fbe2ea8ae0 [diff] |
xfs: CIL context doesn't need to count iovecs Now that we account for log opheaders in the log item formatting code, we don't actually use the aggregated count of log iovecs in the CIL for anything. Remove it and the tracking code that calculates it. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>