commit: c77d0c7c5239c74ba90b86bfccb6be8b7b17a24f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Aug 31 19:03:35 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Sep 14 07:09:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77d0c7c
sys-fs/bcachefs-tools: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../bcachefs-tools-1.4.0-fix-clang-musl.patch | 24 ---------------------- 1 file changed, 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); -
