diff options
author | 2024-07-01 09:23:26 -0600 | |
---|---|---|
committer | 2024-07-01 09:23:26 -0600 | |
commit | 8515f1661ca1f9ad63850a5e1e86599399420d2e (patch) | |
tree | a9b76448411996fbf522f4c1d2c0ce739ececc8a | |
parent | io_uring/msg_ring: use kmem_cache_free() to free request (diff) | |
download | wireguard-linux-8515f1661ca1f9ad63850a5e1e86599399420d2e.tar.xz wireguard-linux-8515f1661ca1f9ad63850a5e1e86599399420d2e.zip |
MAINTAINERS: change Pavel Begunkov from io_uring reviewer to maintainer
This more accurately describes Pavel's role for the project, so let's
make the change to reflect that.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cf9c9221c388..ad96b9bd68ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11570,7 +11570,7 @@ F: include/linux/iosys-map.h IO_URING M: Jens Axboe <axboe@kernel.dk> -R: Pavel Begunkov <asml.silence@gmail.com> +M: Pavel Begunkov <asml.silence@gmail.com> L: io-uring@vger.kernel.org S: Maintained T: git git://git.kernel.dk/linux-block |