mbox series

[liburing,v1,0/2] Two small fixes for the map file

Message ID 20230826141734.1488852-1-ammarfaizi2@gnuweeb.org (mailing list archive)
Headers show
Series Two small fixes for the map file | expand

Message

Ammar Faizi Aug. 26, 2023, 2:17 p.m. UTC
Hi Jens,

Two small fixes for the map file.

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
---

Ammar Faizi (2):
  liburing.map: Remove `io_uring_queue_init_mem()` from v2.4
  liburing-ffi.map: Move `io_uring_prep_sock_cmd()` to v2.5

 src/liburing-ffi.map | 3 +--
 src/liburing.map     | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)


base-commit: 545829c013a26709e78a13c49bbf3a60ef9bdeee

Comments

Jens Axboe Aug. 28, 2023, 2:22 p.m. UTC | #1
On Sat, 26 Aug 2023 21:17:32 +0700, Ammar Faizi wrote:
> Two small fixes for the map file.
> 
> 

Applied, thanks!

[1/2] liburing.map: Remove `io_uring_queue_init_mem()` from v2.4
      commit: f22655091c35cee2bc2a8c8b48bba7e1470e53a0
[2/2] liburing-ffi.map: Move `io_uring_prep_sock_cmd()` to v2.5
      commit: 58ec7c1aea2d57acbc3d398d0c8b2625746eaf04

Best regards,