projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854d2c3
)
Btrfs: use __u64 types in ioctl.h
author
Sage Weil
<sage@newdream.net>
Tue, 16 Mar 2010 00:02:26 +0000
(
00:02
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/fs/btrfs/ioctl.h
b/fs/btrfs/ioctl.h
index
81eac0a
..
424694a
100644
(file)
--- a/
fs/btrfs/ioctl.h
+++ b/
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];
};