O_DIRECT as a mount option?

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


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
    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)
Univ. of Wisconsin at Madison, Department of Physics



-
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/



This archive was generated by hypermail 2b29 : Sun Sep 30 2001 - 21:00:32 EST