From bb6f4111fbfe2550eb7b583586e732a473ba62f0 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 1 Jun 2018 17:17:16 -0400 Subject: Update bcachefs sources to 9abf628c70 bcachefs: Fix a spurious error in fsck --- include/linux/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/string.h') diff --git a/include/linux/string.h b/include/linux/string.h index abc191e7..ec35b8df 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -9,6 +9,7 @@ extern size_t strlcpy(char *dest, const char *src, size_t size); extern char *skip_spaces(const char *); extern char *strim(char *); extern void memzero_explicit(void *, size_t); +int match_string(const char * const *, size_t, const char *); #define kstrndup(s, n, gfp) strndup(s, n) -- cgit v1.2.3