Skip to content

Commit 0ca2864

Browse files
committed
io_uring: update liburing git URL
Change the liburing git URL to point to the git.kernel.org servers, rather than my private git.kernel.dk server. Due to continued AI scraping of cgit etc, it's becoming quite the chore to maintain a private git server. Signed-off-by: Jens Axboe <[email protected]>
1 parent e406d57 commit 0ca2864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io_uring/io_uring.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* Also see the examples in the liburing library:
3131
*
32-
* git://git.kernel.dk/liburing
32+
* git://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
3333
*
3434
* io_uring also uses READ/WRITE_ONCE() for _any_ store or load that happens
3535
* from data shared between the kernel and application. This is done both

0 commit comments

Comments
 (0)