Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181797
b: refs/heads/master
c: a3380ae
h: refs/heads/master
i:
  181795: 3d882e2
v: v3
  • Loading branch information
Dave Chinner committed Jan 19, 2010
1 parent aded2ff commit 24ac818
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bc754213d40d67c39ddd58cf240f2b948e1951e
refs/heads/master: a3380ae39fa321282c407ba5e1835e14b64853d9
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_dir2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_dir2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
struct xfs_dabuf *bp);

extern int xfs_dir_cilookup_result(struct xfs_da_args *args, const char *name,
int len);
extern int xfs_dir_cilookup_result(struct xfs_da_args *args,
const unsigned char *name, int len);

#endif /* __XFS_DIR2_H__ */

0 comments on commit 24ac818

Please sign in to comment.