summaryrefslogtreecommitdiff
path: root/fs/fuse
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-01-27 18:51:35 +0300
committerKees Cook <keescook@chromium.org>2023-01-27 22:42:57 +0300
commita8c55407a7230798eb157ed2cf5398a6a2b123b6 (patch)
tree169e4f50d1fe28c1d9c40aeacfc7f93c6abc0ea2 /fs/fuse
parentaa85923a954e7704bc9d3847dabeb8540aa98d13 (diff)
downloadlinux-a8c55407a7230798eb157ed2cf5398a6a2b123b6.tar.xz
lib/string: Use strchr() in strpbrk()
Use strchr() instead of open coding it as it's done elsewhere in the same file. Either we will have similar to what it was or possibly better performance in case architecture implements its own strchr(). Memory wise on x86_64 bloat-o-meter shows the following Function old new delta strsep 111 102 -9 Total: Before=2763, After=2754, chg -0.33% Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20230127155135.27153-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'fs/fuse')
0 files changed, 0 insertions, 0 deletions