Btrfs-progs: fixup: add flags to struct btrfs_ioctl_quota_rescan_args

The patch set previously sent was sent together with the kernel part, but
was not updated as I added some reserved bytes to the ioctl struct for
future compatibility. This fixes struct btrfs_ioctl_quota_rescan_args.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
master
Jan Schmidt 2013-05-06 19:15:01 +00:00 committed by Chris Mason
parent c6eb10a7a4
commit 14e028c26b
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ struct btrfs_ioctl_quota_ctl_args {
struct btrfs_ioctl_quota_rescan_args {
__u64 flags;
__u64 progress;
__u64 reserved[6];
};
struct btrfs_ioctl_qgroup_assign_args {