]> 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)
commitc04016fe6fb0563eaea78757b6bf529569c39cdc
treeb541feae1efe92029681cecffa826bf5f63c2bf4
parentefee5f594c8b2099683b172b02885a11e1fa8858
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