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 <[email protected]> --- ioctl.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ioctl.h b/ioctl.h index 1ee631a..abe6dd4 100644 --- a/ioctl.h +++ b/ioctl.h @@ -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 { -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
