From patchwork Mon May 6 19:15:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Schmidt X-Patchwork-Id: 2524991 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 492903FE37 for ; Mon, 6 May 2013 19:15:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755912Ab3EFTPT (ORCPT ); Mon, 6 May 2013 15:15:19 -0400 Received: from xp-ob.rzone.de ([81.169.146.137]:57272 "EHLO xp-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755708Ab3EFTPR (ORCPT ); Mon, 6 May 2013 15:15:17 -0400 X-RZG-CLASS-ID: xp Received: from pizpot.store ([192.168.43.236]) by joses.store (joses xp4) (RZmta 31.27 OK) with ESMTP id 601f81p46CnHZe ; Mon, 6 May 2013 21:15:15 +0200 (CEST) From: Jan Schmidt To: chris.mason@fusionio.com, linux-btrfs@vger.kernel.org Subject: [PATCH 1/2] Btrfs-progs: fixup: add flags to struct btrfs_ioctl_quota_rescan_args Date: Mon, 6 May 2013 21:15:01 +0200 Message-Id: <1367867701-5054-1-git-send-email-list.btrfs@jan-o-sch.net> X-Mailer: git-send-email 1.8.2.2 In-Reply-To: <1367867657-4630-1-git-send-email-list.btrfs@jan-o-sch.net> References: <1367867657-4630-1-git-send-email-list.btrfs@jan-o-sch.net> Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org 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 --- 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 {