aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dir-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/dir-item.c')
-rw-r--r--fs/btrfs/dir-item.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/dir-item.c b/fs/btrfs/dir-item.c
index f81cbcc83b66..c18f81797a88 100644
--- a/fs/btrfs/dir-item.c
+++ b/fs/btrfs/dir-item.c
@@ -60,8 +60,8 @@ int btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root
60} 60}
61 61
62int btrfs_match_dir_item_name(struct btrfs_root *root, 62int btrfs_match_dir_item_name(struct btrfs_root *root,
63 struct btrfs_path *path, char 63 struct btrfs_path *path,
64 *name, int name_len) 64 const char *name, int name_len)
65{ 65{
66 struct btrfs_dir_item *dir_item; 66 struct btrfs_dir_item *dir_item;
67 char *name_ptr; 67 char *name_ptr;