projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.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
|
blame
|
history
diff --git
a/fs/btrfs/ioctl.h
b/fs/btrfs/ioctl.h
index 81eac0a59ea31088084b56d27460171258cb9457..424694aa517f5b03fd5ee16e4052d4c6c7fd6777 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];
};