mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-31 21:31:34 +00:00
The transaction code was built a million years ago and put all of its data in our core super block info. This finally moves the rest of the private transaction fields out of the core super block and into the transaction info. This makes it clear that it's private to trans.c and brings it line with the rest of the subsystems in the tree. Signed-off-by: Zach Brown <zab@versity.com>