jfsutils/fsck

OSS-jfs_User <[email protected]> Fri, 5 Sep 2003 08:11:41 -0400
Newsgroups gmane.comp.file-systems.jfs.cvs
Message-ID <[email protected]>
Update of /usr/cvs/jfs/jfsutils/fsck
In directory swg3ws024:/tmp/cvs-serv2948/fsck

Modified Files:
	fsckpfs.c 
Log Message:
Attempt to open block device without O_EXCL if open() fails with it.

The latest 2.6.0 kernel no longer allows opens against a block device
with O_EXCL when the volume is mounted, even if the mount is read-only.
This prevents fsck.jfs from running against a read-only mounted root
filesystem at boot.