aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/dir.c')
-rw-r--r--fs/ext4/dir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c
index ec8e33b4521..ac873dbf0dd 100644
--- a/fs/ext4/dir.c
+++ b/fs/ext4/dir.c
@@ -400,7 +400,8 @@ static int call_filldir(struct file * filp, void * dirent,
400 sb = inode->i_sb; 400 sb = inode->i_sb;
401 401
402 if (!fname) { 402 if (!fname) {
403 printk("call_filldir: called with null fname?!?\n"); 403 printk(KERN_ERR "ext4: call_filldir: called with "
404 "null fname?!?\n");
404 return 0; 405 return 0;
405 } 406 }
406 curr_pos = hash2pos(fname->hash, fname->minor_hash); 407 curr_pos = hash2pos(fname->hash, fname->minor_hash);