From: Dylan Yudaken <[email protected]>
To: Jens Axboe <[email protected]>, Pavel Begunkov <[email protected]>
Cc: <[email protected]>, <[email protected]>,
Dylan Yudaken <[email protected]>
Subject: [PATCH liburing v2 3/3] give open-direct-pick.c a unique path
Date: Tue, 27 Sep 2022 03:22:02 -0700 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
This was making make runtest-parallel flaky
Signed-off-by: Dylan Yudaken <[email protected]>
---
test/open-direct-pick.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/open-direct-pick.c b/test/open-direct-pick.c
index b1597e73231e..a1edf8464dc8 100644
--- a/test/open-direct-pick.c
+++ b/test/open-direct-pick.c
@@ -158,7 +158,7 @@ int main(int argc, char *argv[])
return 0;
}
- path = "/tmp/.open.close";
+ path = "/tmp/.open.direct.pick";
t_create_file(path, 4096);
ret = test_openat(&ring, path);
--
2.30.2
next prev parent reply other threads:[~2022-09-27 10:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-27 10:21 [PATCH liburing v2 0/3] 6.0 updates Dylan Yudaken
2022-09-27 10:22 ` [PATCH liburing v2 1/3] handle single issuer task registration at ring creation Dylan Yudaken
2022-09-27 10:22 ` [PATCH liburing v2 2/3] update documentation to reflect no 5.20 kernel Dylan Yudaken
2022-09-27 11:02 ` Ammar Faizi
2022-09-27 10:22 ` Dylan Yudaken [this message]
2022-09-27 11:00 ` [PATCH liburing v2 3/3] give open-direct-pick.c a unique path Ammar Faizi
2022-09-27 14:15 ` [PATCH liburing v2 0/3] 6.0 updates 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