From e988986af7c8cb2a52ca2807562ee365b2ebf4f7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 16 Mar 2010 00:02:26 +0000 Subject: [PATCH] --- yaml --- r: 188233 b: refs/heads/master c: ce769a2904bf5a9110ef534a7702397e38e2b3e9 h: refs/heads/master i: 188231: 9c082e5494e30acdcd4d333924a7df3f4d211003 v: v3 --- [refs] | 2 +- trunk/fs/btrfs/ioctl.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index dc3c22b6df2b..01476cf229ca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 854d2c3531e6d32e76b94ca5e096ea54c7497e40 +refs/heads/master: ce769a2904bf5a9110ef534a7702397e38e2b3e9 diff --git a/trunk/fs/btrfs/ioctl.h b/trunk/fs/btrfs/ioctl.h index 81eac0a59ea3..424694aa517f 100644 --- a/trunk/fs/btrfs/ioctl.h +++ b/trunk/fs/btrfs/ioctl.h @@ -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]; };