]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbdce7c048243cb14a43df507c9de7cf1daba874e
treeb541feae1efe92029681cecffa826bf5f63c2bf4
parentbcbb7f77b7e083544c7fca95551a4c6c36d7a47d
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