io_uring: rename sr->msg into umsg
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 12 Jul 2020 17:41:04 +0000 (20:41 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Jul 2020 18:55:44 +0000 (12:55 -0600)
commit270a5940700bb6cf9abf36ea10cf1fa0d453aa7a
tree62a9ce297d8123d91060565490fd51a954d7f51e
parentb36200f543ff07a1cb346aa582349141df2c8068
io_uring: rename sr->msg into umsg

Every second field in send/recv is called msg, make it a bit more
understandable by renaming ->msg, which is a user provided ptr,
to ->umsg.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c