GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
* [PATCH liburing v1 0/5] Remove useless brances in register functions
@ 2022-11-23 12:53 Ammar Faizi
  2022-11-23 12:53 ` [PATCH liburing v1 1/5] register: Remove useless branches in {un,}register eventfd Ammar Faizi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ammar Faizi @ 2022-11-23 12:53 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Pavel Begunkov, io-uring Mailing List, GNU/Weeb Mailing List,
	Muhammad Rizki, Alviro Iskandar Setiawan, Gilang Fachrezy,
	kernel, Ammar Faizi

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-24 13:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 12:53 [PATCH liburing v1 0/5] Remove useless brances in register functions Ammar Faizi
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox