linux24/fs/jfs
OSS-jfs_User <[email protected]> Wed, 1 Oct 2003 16:49:50 -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-serv20112 Modified Files: file.c inode.c Log Message: Make sure journal buffer gets flushed to disk. A performance enhancement that reduced the number of partial-page journal writes resulted in some journal records staying in cache indefinately. We need to make sure that these records are written in a timely fashion.