提交 ce769a29 编写于 作者: S Sage Weil 提交者: Chris Mason

Btrfs: use __u64 types in ioctl.h

Signed-off-by: NSage Weil <sage@newdream.net>
Signed-off-by: NChris Mason <chris.mason@oracle.com>
上级 854d2c35
......@@ -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];
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册