mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-05 15:47:02 +00:00
Add some percpu string buffers so that we can pass formatted strings as arguments when printing keys. The percpu struct uses a different buffer for each argument. We wrap the whole print call in a wrapper that disables and enables preemption. Signed-off-by: Zach Brown <zab@versity.com>