BEFS: logging cleanup
Summary: - all printk(KERN_foo converted to pr_foo() - add pr_fmt and remove redundant prefixes - convert befs_() to va_format (based on patch by Joe Perches) - remove non standard %Lu - use __func__ for all debugging [akpm@linux-foundation.org: fix printk warnings, reported by Fengguang] Signed-off-by:Fabian Frederick <fabf@skynet.be> Cc: Joe Perches <joe@perches.com> Cc: Fengguang Wu <fengguang.wu@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/befs/Makefile 1 addition, 1 deletionfs/befs/Makefile
- fs/befs/befs.h 3 additions, 0 deletionsfs/befs/befs.h
- fs/befs/btree.c 48 additions, 45 deletionsfs/befs/btree.c
- fs/befs/datastream.c 45 additions, 42 deletionsfs/befs/datastream.c
- fs/befs/debug.c 25 additions, 49 deletionsfs/befs/debug.c
- fs/befs/inode.c 6 additions, 4 deletionsfs/befs/inode.c
- fs/befs/io.c 13 additions, 11 deletionsfs/befs/io.c
- fs/befs/linuxvfs.c 54 additions, 52 deletionsfs/befs/linuxvfs.c
Please register or sign in to comment