ocfs2: fix panic on kfree(xattr->name)
[cascardo/linux.git] / fs / cifs / cifs_unicode.h
index fe8d627..d8eac3b 100644 (file)
@@ -91,6 +91,8 @@ extern __le16 *cifs_strndup_to_utf16(const char *src, const int maxlen,
 #endif /* CONFIG_CIFS_SMB2 */
 #endif
 
+wchar_t cifs_toupper(wchar_t in);
+
 /*
  * UniStrcat:  Concatenate the second string to the first
  *