Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300079
b: refs/heads/master
c: d04b1de
h: refs/heads/master
i:
  300077: 0efe625
  300075: 9e97d18
  300071: 072924d
  300063: 95e3de9
v: v3
  • Loading branch information
Alexander Block authored and Chris Mason committed May 4, 2012
1 parent d6ea9c2 commit 3221033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 17de39ac17bf99b8bf0d819d13668d5048836efc
refs/heads/master: d04b1debc92535453df2494d0b019edf0bb91003
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,15 @@ struct btrfs_data_container {

struct btrfs_ioctl_ino_path_args {
__u64 inum; /* in */
__u32 size; /* in */
__u64 size; /* in */
__u64 reserved[4];
/* struct btrfs_data_container *fspath; out */
__u64 fspath; /* out */
};

struct btrfs_ioctl_logical_ino_args {
__u64 logical; /* in */
__u32 size; /* in */
__u64 size; /* in */
__u64 reserved[4];
/* struct btrfs_data_container *inodes; out */
__u64 inodes;
Expand Down

0 comments on commit 3221033

Please sign in to comment.