diff options
| author | 2010-01-20 10:47:25 +1100 | |
|---|---|---|
| committer | 2010-01-20 10:47:25 +1100 | |
| commit | a3380ae39fa321282c407ba5e1835e14b64853d9 (patch) | |
| tree | a5d25c2eeca61eb0530dd5145d0ae4166d8174ff /fs/xfs/xfs_dir2.c | |
| parent | xfs: convert dirnameops to unsigned char names (diff) | |
| download | linux-dev-a3380ae39fa321282c407ba5e1835e14b64853d9.tar.xz linux-dev-a3380ae39fa321282c407ba5e1835e14b64853d9.zip | |
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>
Diffstat (limited to 'fs/xfs/xfs_dir2.c')
| -rw-r--r-- | fs/xfs/xfs_dir2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir2.c b/fs/xfs/xfs_dir2.c index c21c527766bf..3a8c6ba0638f 100644 --- a/fs/xfs/xfs_dir2.c +++ b/fs/xfs/xfs_dir2.c @@ -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) |
