mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-27 02:14:21 +00:00
A previous refactoring messed up and had scoutfs_trans_write_func() always write the dirty super even when nothing was dirty and there was nothing for the sync attempt to do. This was very confusing and made it look like the segment and treap writes were being lost when in fact it was the super write that shouldn't have happened. Signed-off-by: Zach Brown <zab@versity.com>