Btrfs: fix the new inspection ioctls for 32 bit compat
[deliverable/linux.git] / fs / btrfs / scrub.c
index 94cd3a19e9c8bf5a903f6c0dfc04c5f4b5b56788..562dad10dee9b894344abe65c5e7c6962d6ae112 100644 (file)
@@ -272,7 +272,7 @@ static int scrub_print_warning_inode(u64 inum, u64 offset, u64 root, void *ctx)
                        swarn->logical, swarn->dev->name,
                        (unsigned long long)swarn->sector, root, inum, offset,
                        min(isize - offset, (u64)PAGE_SIZE), nlink,
-                       ipath->fspath->str[i]);
+                       (char *)ipath->fspath->val[i]);
 
        free_ipath(ipath);
        return 0;
This page took 0.026708 seconds and 5 git commands to generate.