O_DIRECT as a mount option?

Bob McElrath (mcelrath@draal.physics.wisc.edu)
Tue, 25 Sep 2001 12:51:44 -0500


--x4pBfXISqBoDm8sr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

With O_DIRECT (buffer cache bypass open() flag) now in the mainstream
kernel, I wonder if people would be opposed to making a "direct" mount
option, which would open all files on the filesystem with the O_DIRECT
flag, just as there exists a "sync" mount option to perform filesystem
transactions synchronously.

This would allow you to=20
mount -o direct,sync /dev/hdb1 /mnt/video
And would be useful for things like streaming video applications,
allowing the advantages of O_DIRECT without rewriting every application
you want to use.

Cheers,
-- Bob

Bob McElrath (rsmcelrath@students.wisc.edu)=20
Univ. of Wisconsin at Madison, Department of Physics

--x4pBfXISqBoDm8sr
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjuwxDAACgkQjwioWRGe9K1ppgCgoeiPyEfl7nmxuxR2XBQztnRO
/W0Anil6Pl44Hur5S6rnWRuUBvVs6OH5
=eRZ9
-----END PGP SIGNATURE-----

--x4pBfXISqBoDm8sr--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/