From: Qu Wenruo <wqu@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 0/2] btrfs-progs: convert: fix the rollback filename output
Date: Mon, 15 Jul 2024 14:47:31 +0930 [thread overview]
Message-ID: <cover.1721020542.git.wqu@suse.com> (raw)
When testing my newer version of subvolume creation cleanup (which
removes btrfs_mksubvol(), utilized by convert), I found out that
"btrfs-convert -r" output is always corrupted.
It turns out to be a small string termination problem.
The first patch fixes it, then a new test case for it.
Qu Wenruo (2):
btrfs-progs: convert: fix the filename output when rolling back
btrfs-progs: convert-tests: new test case to verify the rollback
output
convert/main.c | 2 +-
.../convert-tests/026-rollback-output/test.sh | 26 +++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100755 tests/convert-tests/026-rollback-output/test.sh
--
2.45.2
next reply other threads:[~2024-07-15 5:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 5:17 Qu Wenruo [this message]
2024-07-15 5:17 ` [PATCH 1/2] btrfs-progs: convert: fix the filename output when rolling back Qu Wenruo
2024-07-15 5:17 ` [PATCH 2/2] btrfs-progs: convert-tests: new test case to verify the rollback output Qu Wenruo
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=cover.1721020542.git.wqu@suse.com \
--to=wqu@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.