Home
last modified time | relevance | path

Searched hist:"4 b179e9a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Diov_iter.c4b179e9a Tue May 04 16:50:07 CDT 2021 Al Viro <viro@zeniv.linux.org.uk> iterate_xarray(): only of the first iteration we might get offset != 0

recalculating offset on each iteration is pointless - on all subsequent
passes through the loop it will be zero anyway.

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