mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 11:10:44 +00:00
We were derefing the null parent when deleting a single node in a tree. There's no need to use parent_ref() here, we know that there's no node and we can just clear the root's aug bits. Signed-off-by: Zach Brown <zab@versity.com>