From: Ammar Faizi <[email protected]>
To: Jens Axboe <[email protected]>
Cc: Pavel Begunkov <[email protected]>,
io-uring Mailing List <[email protected]>,
GNU/Weeb Mailing List <[email protected]>,
Muhammad Rizki <[email protected]>,
Alviro Iskandar Setiawan <[email protected]>,
Gilang Fachrezy <[email protected]>,
[email protected], Ammar Faizi <[email protected]>
Subject: [PATCH liburing v1 0/5] Remove useless brances in register functions
Date: Wed, 23 Nov 2022 19:53:12 +0700 [thread overview]
Message-ID: <[email protected]> (raw)
From: Ammar Faizi <[email protected]>
Hi Jens,
This series removes useless branches in register functions:
- io_uring_register_eventfd()
- io_uring_unregister_eventfd()
- io_uring_register_eventfd_async()
- io_uring_register_buffers()
- io_uring_unregister_buffers()
- io_uring_unregister_files()
- io_uring_register_probe()
- io_uring_register_restrictions()
There are 5 patches in this series.
Signed-off-by: Ammar Faizi <[email protected]>
---
Ammar Faizi (5):
register: Remove useless branches in {un,}register eventfd
register: Remove useless branches in {un,}register buffers
register: Remove useless branch in unregister files
register: Remove useless branch in register probe
register: Remove useless branch in register restrictions
src/register.c | 60 +++++++++++++++-----------------------------------
1 file changed, 18 insertions(+), 42 deletions(-)
base-commit: 8fc22e3b3348c0a6384ec926e0b19b6707622e58
--
Ammar Faizi
next reply other threads:[~2022-11-23 13:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-23 12:53 Ammar Faizi [this message]
2022-11-23 12:53 ` [PATCH liburing v1 1/5] register: Remove useless branches in {un,}register eventfd Ammar Faizi
2022-11-23 12:53 ` [PATCH liburing v1 2/5] register: Remove useless branches in {un,}register buffers Ammar Faizi
2022-11-23 12:53 ` [PATCH liburing v1 3/5] register: Remove useless branch in unregister files Ammar Faizi
2022-11-23 12:53 ` [PATCH liburing v1 4/5] register: Remove useless branch in register probe Ammar Faizi
2022-11-23 12:53 ` [PATCH liburing v1 5/5] register: Remove useless branch in register restrictions Ammar Faizi
2022-11-24 13:34 ` [PATCH liburing v1 0/5] Remove useless brances in register functions Jens Axboe
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 \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/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