commit | dbc65241048d7b3f5cca1fdb0d71a4f1e9473625 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:41:06 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue May 21 13:01:15 2024 -0700 |
tree | 0105fdb0d9e29cb431293b5819cdc5f7d29e291b | |
parent | 909e40357a84927a8b0d643e3475698021d3d5ba [diff] |
xfs: hoist AGI repair context to a heap object Save ~460 bytes of stack space by moving all the repair context to a heap object. We're going to add even more context data in the next patch, which is why we really need to do this now. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>