All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.11 0/3] rw import_iovec cleanups
@ 2020-11-07 13:16 Pavel Begunkov
  2020-11-07 13:16 ` [PATCH 1/3] fs/io_uring Don't use the return value from import_iovec() Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Begunkov @ 2020-11-07 13:16 UTC (permalink / raw)
  To: Jens Axboe, io-uring, David Laight

There are a couple of things duplicated, it's how we get
len after import, vars in which we keep it, etc. Clean
this up.

David Laight (1):
  fs/io_uring Don't use the return value from import_iovec().

Pavel Begunkov (2):
  io_uring: remove duplicated io_size from rw
  io_uring: inline io_import_iovec()

 fs/io_uring.c | 58 ++++++++++++++++++++-------------------------------
 1 file changed, 23 insertions(+), 35 deletions(-)

-- 
2.24.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-09 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-07 13:16 [PATCH 5.11 0/3] rw import_iovec cleanups Pavel Begunkov
2020-11-07 13:16 ` [PATCH 1/3] fs/io_uring Don't use the return value from import_iovec() Pavel Begunkov
2020-11-07 13:16 ` [PATCH 2/3] io_uring: remove duplicated io_size from rw Pavel Begunkov
2020-11-07 13:16 ` [PATCH 3/3] io_uring: inline io_import_iovec() Pavel Begunkov
2020-11-09 14:42 ` [PATCH 5.11 0/3] rw import_iovec cleanups Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.