summaryrefslogtreecommitdiff
path: root/ioctl.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-06-03 19:35:54 +0200
committerDavid Sterba <dsterba@suse.cz>2015-06-03 19:35:54 +0200
commit5910645a0ee2e272392842e44e2389a22113c93f (patch)
tree95b2f999427904d2d9b65c46c434f6590f998548 /ioctl.h
parent3e35646453957ef38e55e4933ca87bcdc59848fb (diff)
btrfs-progs: ioctl.h: update btrfs_ioctl_fs_info_args
Copied from uapi/linux/btrfs.h. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'ioctl.h')
-rw-r--r--ioctl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ioctl.h b/ioctl.h
index 0ef0602a..b96bdc57 100644
--- a/ioctl.h
+++ b/ioctl.h
@@ -193,7 +193,11 @@ struct btrfs_ioctl_fs_info_args {
__u64 max_id; /* out */
__u64 num_devices; /* out */
__u8 fsid[BTRFS_FSID_SIZE]; /* out */
- __u64 reserved[124]; /* pad to 1k */
+ __u32 nodesize; /* out */
+ __u32 sectorsize; /* out */
+ __u32 clone_alignment; /* out */
+ __u32 reserved32;
+ __u64 reserved[122]; /* pad to 1k */
};
/* balance control ioctl modes */