uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 1 Mar 2022 05:05:29 +0000 (00:05 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 May 2022 03:25:10 +0000 (23:25 -0400)
commita5f85d7834f7e1456e799c79a2a83fc11b90cfe2
treebe51d3f60e7b1b8697e6c825a58914f11c3ca838
parent3123109284176b1532874591f7c81f3837bbdc17
uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)

It's done once per (mount-related) syscall and there's no point
whatsoever making it inline.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fsopen.c
fs/internal.h
fs/namespace.c