From: Qu Wenruo <wqu@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 0/2] btrfs-progs: make sure "mkfs --rootdir" copies the xattr for the rootdir
Date: Mon, 9 Oct 2023 14:04:07 +1030 [thread overview]
Message-ID: <cover.1696822345.git.wqu@suse.com> (raw)
We got a bug report that "mkfs.btrfs --rootdir" copies all the xattr but
the xattr of the source directory.
It turns out that we only do the regular xattr copy for all the child
inodes, not the source directory itself.
Fix it and create a test case for it.
Qu Wenruo (2):
btrfs-progs: mkfs/rootdir: add the missing xattr for the rootdir inode
btrfs-progs: tests/mkfs: make sure rootdir got its xattr copied
mkfs/rootdir.c | 8 +++++
tests/mkfs-tests/027-rootdir-xattr/test.sh | 40 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
create mode 100755 tests/mkfs-tests/027-rootdir-xattr/test.sh
--
2.42.0
next reply other threads:[~2023-10-09 3:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 3:34 Qu Wenruo [this message]
2023-10-09 3:34 ` [PATCH 1/2] btrfs-progs: mkfs/rootdir: add the missing xattr for the rootdir inode Qu Wenruo
2023-10-09 3:34 ` [PATCH 2/2] btrfs-progs: tests/mkfs: make sure rootdir got its xattr copied Qu Wenruo
2023-10-09 13:58 ` David Sterba
2023-10-09 20:40 ` 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.1696822345.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 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).