Loading fs/ext4/namei.c +2 −2 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext4_dir_ent while (len--) printk("%c", *name++); ext4fs_dirhash(de->name, de->name_len, &h); printk(":%x.%u ", h.hash, ((char *) de - base)); (unsigned) ((char *) de - base)); } space += EXT4_DIR_REC_LEN(de->name_len); names++; Loading Loading @@ -1013,7 +1013,7 @@ static struct buffer_head * ext4_dx_find_entry(struct inode *dir, const struct q *err = -ENOENT; errout: dxtrace(printk(KERN_DEBUG "%s not found\n", name)); dxtrace(printk(KERN_DEBUG "%s not found\n", d_name->name)); dx_release (frames); return NULL; } Loading Loading
fs/ext4/namei.c +2 −2 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext4_dir_ent while (len--) printk("%c", *name++); ext4fs_dirhash(de->name, de->name_len, &h); printk(":%x.%u ", h.hash, ((char *) de - base)); (unsigned) ((char *) de - base)); } space += EXT4_DIR_REC_LEN(de->name_len); names++; Loading Loading @@ -1013,7 +1013,7 @@ static struct buffer_head * ext4_dx_find_entry(struct inode *dir, const struct q *err = -ENOENT; errout: dxtrace(printk(KERN_DEBUG "%s not found\n", name)); dxtrace(printk(KERN_DEBUG "%s not found\n", d_name->name)); dx_release (frames); return NULL; } Loading