提交 a8c4a33b 编写于 作者: C Chris Mason

Btrfs: cast devid to unsigned long long for printk %llu

Avoid warning in 32 bit machines
Signed-off-by: NChris Mason <chris.mason@fusionio.com>
上级 4325edd0
......@@ -1308,7 +1308,8 @@ static noinline int btrfs_ioctl_resize(struct btrfs_root *root,
}
if (device->fs_devices && device->fs_devices->seeding) {
printk(KERN_INFO "btrfs: resizer unable to apply on "
"seeding device %llu\n", devid);
"seeding device %llu\n",
(unsigned long long)devid);
ret = -EINVAL;
goto out_free;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册