Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbtrfs send takes options before arguments #34
Merged
Conversation
btrfs-progs 4.11 includes this patch[0] which has updated the option parser which has enforced the order in which arguments and options appear in. See this email for context[1] [0]: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/commit/?id=010ceab56e067b87ea282fde6ff792c1ceefd7dc [1]: https://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg62226.html
|
@NicoHood does this PR fixes it for you? @wesbarnett please wait until the fix is confirmed before merging. |
|
I confirm it's working for me, @wesbarnett please merge and release, thank you.
|
|
Thanks for all the work! |
|
I could not test yet, but thanks a lot for you help. |
|
Okay I tested the new version and it works fine. However I got the config in use error #21 again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
kalbasit commentedMay 29, 2017
•
edited
btrfs-progs 4.11 includes this patch0 which has updated the option
parser which has enforced the order in which arguments and options
appear in. See this email for context1
fixes #32
Thank you Tsutomu Itoh for pointing this out.