Commit 0ca28647 authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJens Axboe <axboe@kernel.dk>
parent e406d57b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
 *
 * Also see the examples in the liburing library:
 *
 *	git://git.kernel.dk/liburing
 *	git://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
 *
 * io_uring also uses READ/WRITE_ONCE() for _any_ store or load that happens
 * from data shared between the kernel and application. This is done both