commit | 040c787d17d23f5713759870ffe66dda3b22d273 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 25 15:47:46 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Dec 12 17:00:37 2024 -0800 |
tree | bf89d669359d0c2ac87794c348f83ab27508ab88 | |
parent | ddc59120404ad60352e97bf2ec88bfdd08b77fa0 [diff] |
xfs_repair: refactor generate_rtinfo Move the allocation of the computed values into generate_rtinfo, and thus make the variables holding them private in rt.c, and clean up a few formatting nits. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> [djwong: move functions to fix build errors] Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>