liburing icon indicating copy to clipboard operation
liburing copied to clipboard

[GIT PULL] man/io_uring_setup.2: fix memory ordering

Open haslersn opened this issue 2 years ago • 0 comments

See https://github.com/axboe/liburing/pull/542


git request-pull output:

The following changes since commit b58921e0b0ae84b6f1cd22b87c66a6e91a540ec8:

  Merge branch 'uring_sysctl' of https://github.com/matrizzo/liburing (2023-09-13 08:11:53 -0600)

are available in the Git repository at:

  [email protected]:haslersn/liburing.git fix-man-memory-barrier

for you to fetch changes up to 0f1d7741284754ce42e129dc91918f85c2e87fa4:

  man/io_uring_setup.2: fix memory ordering (2023-09-15 02:47:35 +0200)

----------------------------------------------------------------
Sebastian Hasler (1):
      man/io_uring_setup.2: fix memory ordering

 man/io_uring_setup.2 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

By submitting this pull request, I acknowledge that:

  1. I have followed the above pull request guidelines.
  2. I have the rights to submit this work under the same license.
  3. I agree to a Developer Certificate of Origin (see https://developercertificate.org for more information).

haslersn avatar Sep 15 '23 00:09 haslersn