mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
xfs: make xfs_dir_cilookup_result use unsigned char
For consistency with the result of the code. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
2bc754213d
commit
a3380ae39f
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue