]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/coda/cnode.c
Merge tag 'fixes-for-v3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / fs / coda / cnode.c
index 911cf30d057d21b3e7608a0b3f5f1855dacaf584..7740b1c871c183ea55994e84812273effa58a476 100644 (file)
@@ -101,7 +101,7 @@ struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb)
 
        inode = coda_iget(sb, fid, &attr);
        if (IS_ERR(inode))
-               printk("coda_cnode_make: coda_iget failed\n");
+               pr_warn("%s: coda_iget failed\n", __func__);
        return inode;
 }
 
@@ -137,7 +137,7 @@ struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb)
        unsigned long hash = coda_f2i(fid);
 
        if ( !sb ) {
-               printk("coda_fid_to_inode: no sb!\n");
+               pr_warn("%s: no sb!\n", __func__);
                return NULL;
        }