mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-12 02:56:12 +00:00
The final symlink item insertion was taking the min of the entire path and the max symlink item size, not the min of the remaining length of the path after having created all the previous items. For paths larger than the max item size this could use too much space. Signed-off-by: Zach Brown <zab@versity.com>