Clean up xfs' log message printing
o map all CE_* error levels to matching KERN_* error levels
o remove extra newlines from end of error strings, cmn_err adds this for us
o remove the "xdprintk" definition, those are KERN_DEBUG messages now
o call BUG on any CE_PANIC error messages
Date: Fri Oct 11 12:22:58 PDT 2002
Workarea:
stout.americas.sgi.com:/localhome/src/sandeen/2.4.x-xfs/workarea-alwaysclean
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:129771a
linux/fs/xfs/xfs_log.c - 1.256
linux/fs/xfs/xfs_rw.c - 1.367
linux/fs/xfs/xfs_dir.c - 1.143
linux/fs/xfs/xfs_log_recover.c - 1.246
linux/fs/xfs/xfs_vfsops.c - 1.389
linux/fs/xfs/xfs_iget.c - 1.175
linux/fs/xfs/xfs_dir_leaf.c - 1.105
linux/fs/xfs/xfs_qm.c - 1.88
linux/fs/xfs/xfs_error.c - 1.35
linux/fs/xfs/xfs_fsops.c - 1.87
linux/fs/xfs/xfs_trans_buf.c - 1.105
- Remove extra newline from end of cmn_error messages
linux/fs/xfs/support/debug.c - 1.11
- Map all CE_* levels to KERN_* printk levels
Remove xdprintk definition, we use CE_DEBUG/KERN_DEBUG now
BUG() in xfs_icmn_err if CE_PANIC is specified
|