mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-08 21:03:12 +00:00
scoutfs: update CKF key format
The previous %llu for the key type came from the weird tracing functions that cast all the arguments to long long. Those have since been removed. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <linux/types.h>
|
||||
#include "format.h"
|
||||
|
||||
#define CKF "%llu.%llu.%llu"
|
||||
#define CKF "%llu.%u.%llu"
|
||||
#define CKA(key) \
|
||||
le64_to_cpu((key)->inode), (key)->type, le64_to_cpu((key)->offset)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user