linux24/fs/jfs

OSS-jfs_User <[email protected]> Thu, 17 Jul 2003 17:57:28 -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-serv16849/fs/jfs

Modified Files:
	jfs_filsys.h jfs_incore.h jfs_logmgr.c jfs_logmgr.h 
	jfs_mount.c jfs_txnmgr.c super.c 
Log Message:
add nointegrity mount option
  
This option allows a performance boost by not writing to the journal at the
expense of loss of data integrity if the system crashes or is powered off.
The intended use of this option is to allow faster restores from backup media.