Skip to content
Snippets Groups Projects
Commit ce769a29 authored by Sage Weil's avatar Sage Weil Committed by Chris Mason
Browse files

Btrfs: use __u64 types in ioctl.h

parent 854d2c35
No related branches found
No related tags found
No related merge requests found
......@@ -127,14 +127,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];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment