linux24/fs/jfs

OSS-jfs_Admin <[email protected]> Fri, 17 Jan 2003 15:51:48 -0500
Newsgroups gmane.comp.file-systems.jfs.cvs
Message-ID <[email protected]>
Update of /usr/cvs/jfs/linux24/fs/jfs
In directory swg3ws025:/tmp/cvs-serv8588

Modified Files:
	inode.c jfs_btree.h jfs_debug.h jfs_dmap.c jfs_dtree.c 
	jfs_imap.c jfs_inode.c jfs_logmgr.c jfs_metapage.c jfs_mount.c 
	jfs_txnmgr.c jfs_umount.c jfs_unicode.c jfs_xtree.c namei.c 
	super.c 
Log Message:
Replace ugly debug macros with simpler ones.

Replacing jFYI, jEVENT, and JERROR with jfs_info(), jfs_warn() and jfs_err().