commit | a5f85d7834f7e1456e799c79a2a83fc11b90cfe2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 01 00:05:29 2022 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu May 19 23:25:10 2022 -0400 |
tree | be51d3f60e7b1b8697e6c825a58914f11c3ca838 | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 [diff] |
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>