提交 b20e2d99 编写于 作者: H Hyunchul Lee 提交者: Richard Weinberger

ubifs: Remove filename from debug messages in ubifs_readdir

if filename is encrypted, filename could have no printable characters.
so remove it.
Signed-off-by: NHyunchul Lee <cheol.lee@lge.com>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 63ed6573
...@@ -606,8 +606,8 @@ static int ubifs_readdir(struct file *file, struct dir_context *ctx) ...@@ -606,8 +606,8 @@ static int ubifs_readdir(struct file *file, struct dir_context *ctx)
} }
while (1) { while (1) {
dbg_gen("feed '%s', ino %llu, new f_pos %#x", dbg_gen("ino %llu, new f_pos %#x",
dent->name, (unsigned long long)le64_to_cpu(dent->inum), (unsigned long long)le64_to_cpu(dent->inum),
key_hash_flash(c, &dent->key)); key_hash_flash(c, &dent->key));
ubifs_assert(le64_to_cpu(dent->ch.sqnum) > ubifs_assert(le64_to_cpu(dent->ch.sqnum) >
ubifs_inode(dir)->creat_sqnum); ubifs_inode(dir)->creat_sqnum);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册