Re: [PATCH 1/3] ubifs: remove filename from debug messages in ubifs_readdir

2017-03-19 Thread Richard Weinberger
Hyunchul, Am 15.03.2017 um 02:31 schrieb Hyunchul Lee: > if filename is encrypted, filename could have no printable characters. > so remove it. thanks for cleaning this up! All three patches look good to me. Thanks, //richard

[PATCH 1/3] ubifs: remove filename from debug messages in ubifs_readdir

2017-03-14 Thread Hyunchul Lee
if filename is encrypted, filename could have no printable characters. so remove it. Signed-off-by: Hyunchul Lee --- fs/ubifs/dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c index 528369f..b2c8beb 100644 --- a/fs/ubifs/dir.c +++ b/fs/