|
@@ -270,7 +270,7 @@ static int check_dir_item(struct btrfs_root *root,
|
|
|
/* header itself should not cross item boundary */
|
|
|
if (cur + sizeof(*di) > item_size) {
|
|
|
dir_item_err(root, leaf, slot,
|
|
|
- "dir item header crosses item boundary, have %lu boundary %u",
|
|
|
+ "dir item header crosses item boundary, have %zu boundary %u",
|
|
|
cur + sizeof(*di), item_size);
|
|
|
return -EUCLEAN;
|
|
|
}
|