From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/files/
Date: Mon, 20 Nov 2023 20:20:17 +0000 (UTC) [thread overview]
Message-ID: <1700511596.1dbdd40bc95effbe216e1d0d9220563c1eed27ba.ulm@gentoo> (raw)
commit: 1dbdd40bc95effbe216e1d0d9220563c1eed27ba
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Nov 7 18:05:16 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 20:19:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbdd40b
sys-fs/btrfs-progs: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../files/btrfs-progs-6.6-fix-ioctl-typo.patch | 32 ----------------------
1 file changed, 32 deletions(-)
diff --git a/sys-fs/btrfs-progs/files/btrfs-progs-6.6-fix-ioctl-typo.patch b/sys-fs/btrfs-progs/files/btrfs-progs-6.6-fix-ioctl-typo.patch
deleted file mode 100644
index a06b6bac6754..000000000000
--- a/sys-fs/btrfs-progs/files/btrfs-progs-6.6-fix-ioctl-typo.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-https://github.com/kdave/btrfs-progs/pull/706
-
-From 027a08d659033e3b892760bfd4c19c6db9e9fa3f Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich <slyich@gmail.com>
-Date: Sun, 5 Nov 2023 20:13:07 +0000
-Subject: [PATCH] kernel-shared/uapi/btrfs.h: fix BTRFS_IOC_SCAN_DEV
-
-Without the change `BTRFS_IOC_SCAN_DEV` aliased with `BTRFS_IOC_FORGET_DEV`.
-It's a regression introduced in fcd9142b6 "btrfs-progs: docs: formatting,
-fixups, updates".
-
-It manifests as a sudden device disappearance when device is scanned:
-
- machine # [ 4.095032] Btrfs loaded, crc32c=crc32c-intel, zoned=no, fsverity=no
- machine # ERROR: device scan failed on '/dev/vdb': No such file or directory
- machine # ERROR: device scan failed on '/dev/vdc': No such file or directory
- (finished: must succeed: mkfs.btrfs -d raid0 /dev/vdb /dev/vdc, in 10.31 seconds)
-
-Reported-by: Atemu <atemu.main@gmail.com>
-Bug: https://github.com/NixOS/nixpkgs/issues/265668
---- a/kernel-shared/uapi/btrfs.h
-+++ b/kernel-shared/uapi/btrfs.h
-@@ -1171,7 +1171,7 @@ enum btrfs_err_code {
- struct btrfs_ioctl_vol_args)
- #define BTRFS_IOC_RESIZE _IOW(BTRFS_IOCTL_MAGIC, 3, \
- struct btrfs_ioctl_vol_args)
--#define BTRFS_IOC_SCAN_DEV _IOW(BTRFS_IOCTL_MAGIC, 5, \
-+#define BTRFS_IOC_SCAN_DEV _IOW(BTRFS_IOCTL_MAGIC, 4, \
- struct btrfs_ioctl_vol_args)
- #define BTRFS_IOC_FORGET_DEV _IOW(BTRFS_IOCTL_MAGIC, 5, \
- struct btrfs_ioctl_vol_args)
-
next reply other threads:[~2023-11-20 20:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-20 20:20 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-18 21:41 [gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/files/ Conrad Kostecki
2022-04-18 7:15 Sam James
2017-02-11 20:16 David Seifert
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=1700511596.1dbdd40bc95effbe216e1d0d9220563c1eed27ba.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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