linux24/fs/jfs

OSS-jfs_User <[email protected]> Thu, 17 Jul 2003 15:19:53 -0400
Newsgroups gmane.comp.file-systems.jfs.cvs
Message-ID <[email protected]>
Update of /usr/cvs/jfs/linux24/fs/jfs
In directory swg3ws024:/tmp/cvs-serv27526

Modified Files:
	inode.c jfs_btree.h jfs_dmap.c jfs_dtree.c jfs_extent.c 
	jfs_imap.c jfs_logmgr.c jfs_mount.c jfs_txnmgr.c jfs_unicode.c 
	jfs_xtree.c namei.c resize.c super.c 
Log Message:
Make error return codes negative
  
JFS was often returning positive error return codes.  This was confusing and
awkward.  Patch originally submitted by Thomas Cort.