Home
last modified time | relevance | path

Searched hist:"28 f38db7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Diov_iter.c28f38db7 Wed Jun 02 16:25:59 CDT 2021 Al Viro <viro@zeniv.linux.org.uk> iov_iter: reorder handling of flavours in primitives

iovec is the most common one; test it first and test explicitly,
rather than "not anything else". Replace all flavour checks with
use of iov_iter_is_...() helpers.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>