]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/efs: convert printk to pr_foo()
authorFabian Frederick <fabf@skynet.be>
Sat, 17 May 2014 13:18:36 +0000 (23:18 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 17 May 2014 13:18:36 +0000 (23:18 +1000)
commit06e3f1cd218315a20d3b2bc4e7fa4c35dfd68afb
treedb5b91ed238ab7625c0cb449915fdaf7aaf4112d
parente01c68f47399c5be3293b24fb60e169e5712a136
fs/efs: convert printk to pr_foo()

Convert all except KERN_DEBUG
(pr_debug doesn't work the same as printk(KERN_DEBUG and requires
special check)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/efs/dir.c
fs/efs/file.c
fs/efs/inode.c
fs/efs/namei.c
fs/efs/super.c