From: Jan Schmidt <list.btrfs@jan-o-sch.net>
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 [thread overview]
Message-ID: <1367867701-5054-1-git-send-email-list.btrfs@jan-o-sch.net> (raw)
In-Reply-To: <1367867657-4630-1-git-send-email-list.btrfs@jan-o-sch.net>
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>
---
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
next prev parent reply other threads:[~2013-05-06 19:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 19:14 Btrfs: wait for quota rescan to complete Jan Schmidt
2013-05-06 19:14 ` [PATCH] Btrfs: add ioctl to wait for qgroup rescan completion Jan Schmidt
2013-05-06 21:20 ` David Sterba
2013-05-07 6:17 ` Jan Schmidt
2013-05-13 16:10 ` David Sterba
2013-05-06 19:15 ` Jan Schmidt [this message]
2013-05-06 19:15 ` [PATCH 2/2] Btrfs-progs: added "btrfs quota rescan" -w switch (wait) Jan Schmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1367867701-5054-1-git-send-email-list.btrfs@jan-o-sch.net \
--to=list.btrfs@jan-o-sch.net \
--cc=chris.mason@fusionio.com \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).