From: "Holger Hoffstätte" <holger.hoffstaette@googlemail.com>
To: stable@vger.kernel.org
Subject: Re: Patch "btrfs: check unsupported filters in balance arguments" has been added to the 4.1-stable tree
Date: Sat, 12 Dec 2015 21:47:03 +0000 (UTC) [thread overview]
Message-ID: <pan.2015.12.12.21.47.03@googlemail.com> (raw)
In-Reply-To: 1449854366214161@kroah.com
On Fri, 11 Dec 2015 09:19:26 -0800, gregkh wrote:
> This is a note to let you know that I've just added the patch titled
>
> btrfs: check unsupported filters in balance arguments
>
> to the 4.1-stable tree which can be found at:
> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>
> The filename of the patch is:
> btrfs-check-unsupported-filters-in-balance-arguments.patch
> and it can be found in the queue-4.1 subdirectory.
This patch was previously already added to 4.1.12 & 4.2.5 and should be
dropped from all queues. 4.3 has it out of the box, so no need to add it
there either.
Not sure how but apparently you managed to apply it twice, so e.g.
fs/btrfs/ioctl.c:4604 from 4.1.15-rc1 now looks like:
...
if (bctl->flags & ~(BTRFS_BALANCE_ARGS_MASK | BTRFS_BALANCE_TYPE_MASK)) {
ret = -EINVAL;
goto out_bctl;
}
if (bctl->flags & ~(BTRFS_BALANCE_ARGS_MASK | BTRFS_BALANCE_TYPE_MASK)) {
ret = -EINVAL;
goto out_bargs;
}
...
cheers,
Holger
next prev parent reply other threads:[~2015-12-12 21:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-11 17:19 Patch "btrfs: check unsupported filters in balance arguments" has been added to the 4.1-stable tree gregkh
2015-12-12 21:47 ` Holger Hoffstätte [this message]
2015-12-13 1:13 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2015-10-23 14:20 gregkh
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=pan.2015.12.12.21.47.03@googlemail.com \
--to=holger.hoffstaette@googlemail.com \
--cc=stable@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).