linux24/fs/jfs

OSS-jfs_User <[email protected]> Wed, 24 Mar 2004 16:38:58 -0500
Newsgroups gmane.comp.file-systems.jfs.cvs
Message-ID <[email protected]>
Update of /usr/cvs/jfs/linux24/fs/jfs
In directory swg3ws024:/tmp/cvs-serv13711

Modified Files:
	jfs_dmap.c jfs_dtree.c jfs_imap.c jfs_txnmgr.c jfs_xtree.c 
Log Message:
JFS: Prevent hang in __lock_metapage

Remove the hold_metapage call from txLog to prevent a hang.
While investigating this one, I audited all functions that held
metapage locks and found several error paths that did not release
them correctly.  These are fixed as well.