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:
Zach Brown
2016-08-23 12:05:59 -07:00
parent 6c12e7c38b
commit 634114f364

View File

@@ -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)