Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188233
b: refs/heads/master
c: ce769a2
h: refs/heads/master
i:
  188231: 9c082e5
v: v3
  • Loading branch information
Sage Weil authored and Chris Mason committed Mar 16, 2010
1 parent 353a286 commit e988986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 854d2c3531e6d32e76b94ca5e096ea54c7497e40
refs/heads/master: ce769a2904bf5a9110ef534a7702397e38e2b3e9
10 changes: 5 additions & 5 deletions trunk/fs/btrfs/ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};

Expand Down

0 comments on commit e988986

Please sign in to comment.