This small patchset converts EFS to current logging functions. I hope things will be more clear with a generic 3 steps conversion. Note that pr_debug conversion in this case is straightforward.
Fabian Frederick (3): FS/EFS: convert printk to pr_foo() FS/EFS: add pr_fmt / use __func__ FS/EFS: convert printk(KERN_DEBUG to pr_debug fs/efs/dir.c | 15 ++++++++++----- fs/efs/efs.h | 6 ++++++ fs/efs/file.c | 14 +++++--------- fs/efs/inode.c | 34 ++++++++++++++++++++-------------- fs/efs/namei.c | 8 +++++--- fs/efs/super.c | 39 +++++++++++++++++++-------------------- 6 files changed, 65 insertions(+), 51 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

