]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
namei: invert the meaning of WALK_FOLLOW
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 19 Jan 2020 17:44:18 +0000 (12:44 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Mar 2020 01:09:09 +0000 (21:09 -0400)
commit8c4efe22e7c4de1d44f624120a979e31e3a584b8
tree40de15150a1de5a68afe9269a8d36580a2c6059a
parentb4c0353693d22f9dcfa4757262dab0aab8376d19
namei: invert the meaning of WALK_FOLLOW

old flags & WALK_FOLLOW <=> new !(flags & WALK_TRAILING)
That's what that flag had really been used for.

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