Signed-off-by: Sage Weil <sage@xxxxxxxxxxxx>
---
fs/btrfs/ioctl.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/fs/btrfs/ioctl.h b/fs/btrfs/ioctl.h
index 32f86e4..4f7fe37 100644
--- a/fs/btrfs/ioctl.h
+++ b/fs/btrfs/ioctl.h
@@ -129,14 +129,14 @@ struct btrfs_ioctl_defrag_range_args {
};
struct btrfs_ioctl_space_info {
- u64 flags;
- u64 total_bytes;
- u64 used_bytes;
+ __u64 flags;
+ __u64 total_bytes;
+ __u64 used_bytes;
};
struct btrfs_ioctl_space_args {
- u64 space_slots;
- u64 total_spaces;
+ __u64 space_slots;
+ __u64 total_spaces;
struct btrfs_ioctl_space_info spaces[0];
};
--
1.6.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html