summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-08-31 21:03:35 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-09-14 10:09:25 +0300
commitc77d0c7c5239c74ba90b86bfccb6be8b7b17a24f (patch)
tree5ba4d772731d60dc3faa55ca93fdefe5225fe0bd /sys-fs
parentnet-voip/murmur: remove unused file (diff)
downloadgentoo-c77d0c7c5239c74ba90b86bfccb6be8b7b17a24f.tar.gz
gentoo-c77d0c7c5239c74ba90b86bfccb6be8b7b17a24f.tar.bz2
gentoo-c77d0c7c5239c74ba90b86bfccb6be8b7b17a24f.zip
sys-fs/bcachefs-tools: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/bcachefs-tools/files/bcachefs-tools-1.4.0-fix-clang-musl.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-fs/bcachefs-tools/files/bcachefs-tools-1.4.0-fix-clang-musl.patch b/sys-fs/bcachefs-tools/files/bcachefs-tools-1.4.0-fix-clang-musl.patch
deleted file mode 100644
index b011ca1de422..000000000000
--- a/sys-fs/bcachefs-tools/files/bcachefs-tools-1.4.0-fix-clang-musl.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Bug: https://bugs.gentoo.org/921564
-From https://github.com/koverstreet/bcachefs-tools/commit/8e56da27fd23c169395b3b266b15a1c093aba849
-
-diff --git a/libbcachefs.c b/libbcachefs.c
-index 68b750a..ec6b272 100644
---- a/libbcachefs.c
-+++ b/libbcachefs.c
-@@ -445,6 +445,7 @@ struct bchfs_handle bcache_fs_open(const char *path)
- */
- struct bchfs_handle bchu_fs_open_by_dev(const char *path, int *idx)
- {
-+ struct bch_opts opts = bch2_opts_empty();
- char buf[1024], *uuid_str;
-
- struct stat stat = xstat(path);
-@@ -469,8 +470,6 @@ struct bchfs_handle bchu_fs_open_by_dev(const char *path, int *idx)
- uuid_str = p + 1;
- } else {
- read_super:
-- struct bch_opts opts = bch2_opts_empty();
--
- opt_set(opts, noexcl, true);
- opt_set(opts, nochanges, true);
-