]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_dir2.c
xfs: make xfs_dir_cilookup_result use unsigned char
[~andy/linux] / fs / xfs / xfs_dir2.c
index c21c527766bf396c4df9c89cfd762f621172a4df..3a8c6ba0638f5b68b1af946107c4b5468f3b5123 100644 (file)
@@ -247,7 +247,7 @@ xfs_dir_createname(
 int
 xfs_dir_cilookup_result(
        struct xfs_da_args *args,
-       const char      *name,
+       const unsigned char *name,
        int             len)
 {
        if (args->cmpresult == XFS_CMP_DIFFERENT)