mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 19:20:44 +00:00
Now that the keys are a contiguous buffer we can format them for the trace buffers with a much more straight forward type check around per-key snprintfs. We can get rid of all the weird kvec code that tried to deal with keys that straddled vectors. With that fixed we can uncomment out the tracing statements that were waiting the key formatting. I was testing with xattr keys so they're added as the code is updated. The rest of the key types will be added seperately as they're used. Signed-off-by: Zach Brown <zab@versity.com>