From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/files/
Date: Fri, 20 Nov 2020 13:26:11 +0000 (UTC) [thread overview]
Message-ID: <1605878712.6a9cad88fc3a817a91e4dd4446175b5cad1bf77f.bman@gentoo> (raw)
commit: 6a9cad88fc3a817a91e4dd4446175b5cad1bf77f
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Nov 18 18:38:44 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 13:25:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9cad88
sys-cluster/glusterfs: remove unused patch
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18317
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
.../glusterfs/files/glusterfs-6.7-fix-seek.patch | 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/sys-cluster/glusterfs/files/glusterfs-6.7-fix-seek.patch b/sys-cluster/glusterfs/files/glusterfs-6.7-fix-seek.patch
deleted file mode 100644
index 07d1ecef037..00000000000
--- a/sys-cluster/glusterfs/files/glusterfs-6.7-fix-seek.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff --git a/xlators/performance/open-behind/src/open-behind.c b/xlators/performance/open-behind/src/open-behind.c
-index 70a144abb5..95e00dbd79 100644
---- a/xlators/performance/open-behind/src/open-behind.c
-+++ b/xlators/performance/open-behind/src/open-behind.c
-@@ -708,6 +708,32 @@ ob_fstat(call_frame_t *frame, xlator_t *this, fd_t *fd, dict_t *xdata)
- return 0;
- }
-
-+int
-+ob_seek(call_frame_t *frame, xlator_t *this, fd_t *fd, off_t offset,
-+ gf_seek_what_t what, dict_t *xdata)
-+{
-+ call_stub_t *stub = NULL;
-+ fd_t *wind_fd = NULL;
-+
-+ wind_fd = ob_get_wind_fd(this, fd, NULL);
-+
-+ stub = fop_seek_stub(frame, default_seek_resume, wind_fd, offset, what,
-+ xdata);
-+
-+ fd_unref(wind_fd);
-+
-+ if (!stub)
-+ goto err;
-+
-+ open_and_resume(this, wind_fd, stub);
-+
-+ return 0;
-+err:
-+ STACK_UNWIND_STRICT(fstat, frame, -1, ENOMEM, 0, 0);
-+
-+ return 0;
-+}
-+
- int
- ob_flush(call_frame_t *frame, xlator_t *this, fd_t *fd, dict_t *xdata)
- {
-@@ -1256,6 +1282,7 @@ struct xlator_fops fops = {
- .flush = ob_flush,
- .fsync = ob_fsync,
- .fstat = ob_fstat,
-+ .seek = ob_seek,
- .ftruncate = ob_ftruncate,
- .fsetxattr = ob_fsetxattr,
- .setxattr = ob_setxattr,
next reply other threads:[~2020-11-20 13:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-20 13:26 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-11 15:53 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/files/ Joonas Niilola
2021-11-23 20:37 Conrad Kostecki
2020-07-01 19:59 Aaron Bauman
2019-04-17 21:31 Alexys Jacob
2017-02-10 22:34 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=1605878712.6a9cad88fc3a817a91e4dd4446175b5cad1bf77f.bman@gentoo \
--to=bman@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