]> www.infradead.org Git - users/hch/xfsprogs.git/commit
repair: refactor generate_rtinfo
authorChristoph Hellwig <hch@lst.de>
Wed, 17 Jul 2024 12:32:39 +0000 (14:32 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 18 Jul 2024 13:22:49 +0000 (15:22 +0200)
commit9c82e27a44b089e89cfd3b463c97d153eb0a9903
tree49e8b2be4f4654cd4876fbd16e6de203e556138f
parent80b15d6e39f668e12aa401cc3a98e32e07965e09
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>
repair/globals.c
repair/globals.h
repair/phase5.c
repair/rt.c
repair/rt.h