This small patchset converts SYSV FS to current logging functions. Note that all pr_foo() are now prefixed which means logging is slightly different. (see patch 2 for more details).
Fabian Frederick (3): FS/SYSV: Convert printk to pr_foo() FS/SYSV: add SysV FS: pr_fmt in sysv.h FS/SYSV: use __func__ in logging fs/sysv/balloc.c | 26 +++++++++++++------------- fs/sysv/ialloc.c | 13 ++++++------- fs/sysv/inode.c | 12 ++++++------ fs/sysv/itree.c | 2 +- fs/sysv/super.c | 26 ++++++++++++-------------- fs/sysv/sysv.h | 6 ++++++ 6 files changed, 44 insertions(+), 41 deletions(-) -- 1.8.4.5 -- 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/

