]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/efs: convert printk to pr_foo()
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:43:43 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:43 +0000 (10:43 +1000)
commit659bd4fe570f4562765070e819ec602ce90111dc
treec49dd171bd84fff0bfb445702558276356c89f53
parent9276c724af8bc149e0cb41f61f2d1b2e2e540576
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