fs/fscache: convert printk to pr_foo()
All printk converted to pr_foo() except internal.h: printk(KERN_DEBUG Coalesce formats. Add pr_fmt Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
8fe6929cfd
commit
36dfd116ed
@@ -51,8 +51,7 @@ void fscache_enqueue_operation(struct fscache_operation *op)
|
||||
_debug("queue for caller's attention");
|
||||
break;
|
||||
default:
|
||||
printk(KERN_ERR "FS-Cache: Unexpected op type %lx",
|
||||
op->flags);
|
||||
pr_err("Unexpected op type %lx", op->flags);
|
||||
BUG();
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user