public inbox for [email protected]
 help / color / mirror / Atom feed
From: David Wei <[email protected]>
To: Jens Axboe <[email protected]>, Pavel Begunkov <[email protected]>
Cc: [email protected], David Wei <[email protected]>
Subject: [PATCH] test/io_uring_setup: Fix include path to syscall.h
Date: Thu, 29 Jun 2023 19:39:37 -0700	[thread overview]
Message-ID: <[email protected]> (raw)

From: David Wei <[email protected]>

From "../syscall.h" to "../src/syscall.h" which is consistent with the
rest of the tests.

Signed-off-by: David Wei <[email protected]>
---
 test/io_uring_setup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/io_uring_setup.c b/test/io_uring_setup.c
index 2e95418..22bc401 100644
--- a/test/io_uring_setup.c
+++ b/test/io_uring_setup.c
@@ -17,7 +17,7 @@
 #include "liburing.h"
 #include "helpers.h"
 
-#include "../syscall.h"
+#include "../src/syscall.h"
 
 /* bogus: setup returns a valid fd on success... expect can't predict the
    fd we'll get, so this really only takes 1 parameter: error */
-- 
2.34.1


             reply	other threads:[~2023-06-30  2:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-30  2:39 David Wei [this message]
2023-07-01  2:13 ` [PATCH] test/io_uring_setup: Fix include path to syscall.h 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] \
    /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