]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext4/dir.c
ext4: Add printk priority levels to clean up checkpatch warnings
[linux-2.6-omap-h63xx.git] / fs / ext4 / dir.c
index ec8e33b452198ba9ab7818884a57e27ff8a20509..ac873dbf0dd0dab1bcc0c73a788babb5cb26fc95 100644 (file)
@@ -400,7 +400,8 @@ static int call_filldir(struct file * filp, void * dirent,
        sb = inode->i_sb;
 
        if (!fname) {
-               printk("call_filldir: called with null fname?!?\n");
+               printk(KERN_ERR "ext4: call_filldir: called with "
+                      "null fname?!?\n");
                return 0;
        }
        curr_pos = hash2pos(fname->hash, fname->minor_hash);