forked from luck/tmp_suning_uos_patched
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
|
@ -247,7 +247,7 @@ xfs_dir_createname(
|
||||||
int
|
int
|
||||||
xfs_dir_cilookup_result(
|
xfs_dir_cilookup_result(
|
||||||
struct xfs_da_args *args,
|
struct xfs_da_args *args,
|
||||||
const char *name,
|
const unsigned char *name,
|
||||||
int len)
|
int len)
|
||||||
{
|
{
|
||||||
if (args->cmpresult == XFS_CMP_DIFFERENT)
|
if (args->cmpresult == XFS_CMP_DIFFERENT)
|
||||||
|
|
|
@ -100,7 +100,7 @@ extern int xfs_dir2_isleaf(struct xfs_trans *tp, struct xfs_inode *dp,
|
||||||
extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db,
|
extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db,
|
||||||
struct xfs_dabuf *bp);
|
struct xfs_dabuf *bp);
|
||||||
|
|
||||||
extern int xfs_dir_cilookup_result(struct xfs_da_args *args, const char *name,
|
extern int xfs_dir_cilookup_result(struct xfs_da_args *args,
|
||||||
int len);
|
const unsigned char *name, int len);
|
||||||
|
|
||||||
#endif /* __XFS_DIR2_H__ */
|
#endif /* __XFS_DIR2_H__ */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user