Home
last modified time | relevance | path

Searched hist:"82 ef0698" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.c82ef0698 Tue Jul 05 10:23:58 CDT 2022 Al Viro <viro@zeniv.linux.org.uk> namei: get rid of pointless unlikely(read_seqcount_retry(...))

read_seqcount_retry() et.al. are inlined and there's enough annotations
for compiler to figure out that those are unlikely to return non-zero.

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