jfsutils/tune
OSS-jfs_User <[email protected]> Thu, 29 Jan 2004 17:38:51 -0500
| Newsgroups | gmane.comp.file-systems.jfs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /usr/cvs/jfs/jfsutils/tune In directory swg3ws024:/tmp/cvs-serv24490/tune Modified Files: tune.c Log Message: jfs_tune and jfs_debugfs shouldn't be trying to open the device with O_EXCL Opening the device with O_EXCL used to work when the volume was mounted, but on the 2.6 kernel it no longer does. In most cases, we want jfs_tune and jfs_debugfs to open the device even if it is mounted. When changing the journal device, it's probably a good idea to keep the O_EXCL flag, since it would be best if the volume was unmounted.