linux24/fs/jfs
OSS-jfs_Admin <[email protected]> Tue, 10 Dec 2002 17:56:34 -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-serv10662 Modified Files: jfs_incore.h jfs_txnmgr.c namei.c Log Message: Remove COMMIT_Holdlock The logic surrounding COMMIT_Holdlock was well-intentioned to reduce latency when deleting files, but it can also result in a hang that I don't have good fix for. I don't think removing this will hurt our overall performance very much.