]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Btrfs: use __u64 types in ioctl.h
authorSage Weil <sage@newdream.net>
Tue, 16 Mar 2010 00:02:26 +0000 (00:02 +0000)
committerChris Mason <chris.mason@oracle.com>
Tue, 16 Mar 2010 18:24:27 +0000 (14:24 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ioctl.h

index 81eac0a59ea31088084b56d27460171258cb9457..424694aa517f5b03fd5ee16e4052d4c6c7fd6777 100644 (file)
@@ -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];
 };