diff options
author | Nikolay Borisov <nborisov@suse.com> | 2020-03-04 17:12:45 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-05-29 16:35:24 +0200 |
commit | 5ad05cc8e0463f106be7ef5d1074dd877132d60a (patch) | |
tree | a636b6dab4fb841d9db73cf2b2a4e7891dd1b798 /lib/decompress_inflate.c | |
parent | Linux 5.7-rc1 (diff) | |
download | linux-5ad05cc8e0463f106be7ef5d1074dd877132d60a.tar.xz linux-5ad05cc8e0463f106be7ef5d1074dd877132d60a.zip |
vfs: Remove duplicated d_mountpoint check in __is_local_mountpoint
This function acts as an out-of-line helper for is_local_mountpoint
is only called after the latter verifies the dentry is not a mountpoint.
There's no semantic changes and the resulting object code is smaller:
add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-26 (-26)
Function old new delta
__is_local_mountpoint 147 121 -26
Total: Before=34161, After=34135, chg -0.08%
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'lib/decompress_inflate.c')
0 files changed, 0 insertions, 0 deletions