namei: get rid of pointless unlikely(read_seqcount_retry(...))
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 5 Jul 2022 15:23:58 +0000 (11:23 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 5 Jul 2022 20:16:16 +0000 (16:16 -0400)
commit82ef069805a352bacb22fd4322b746edf809603c
treeb541feae1efe92029681cecffa826bf5f63c2bf4
parent20aac6c60981f5bfacd66661d090d907bf1482f0
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>
fs/namei.c