mirror of
https://github.com/torvalds/linux
synced 2026-06-12 13:02:05 +09:00
Replace the own implementation for wildcard (glob) matching with a function call to fnmatch(). Also, change the return type to 'bool'. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>