diff options
Diffstat (limited to 'fs/ext4/dir.c')
| -rw-r--r-- | fs/ext4/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c index cf3ccf4a94b0..2df2e40b01af 100644 --- a/fs/ext4/dir.c +++ b/fs/ext4/dir.c | |||
| @@ -405,7 +405,7 @@ static int call_filldir(struct file *filp, void *dirent, | |||
| 405 | sb = inode->i_sb; | 405 | sb = inode->i_sb; |
| 406 | 406 | ||
| 407 | if (!fname) { | 407 | if (!fname) { |
| 408 | printk(KERN_ERR "ext4: call_filldir: called with " | 408 | printk(KERN_ERR "EXT4-fs: call_filldir: called with " |
| 409 | "null fname?!?\n"); | 409 | "null fname?!?\n"); |
| 410 | return 0; | 410 | return 0; |
| 411 | } | 411 | } |
