Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30902/ntfsprogs
Modified Files:
ntfsmount.8.in
Log Message:
update about direct_io
Index: ntfsmount.8.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsmount.8.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- ntfsmount.8.in 8 Jan 2006 21:01:23 -0000 1.20
+++ ntfsmount.8.in 24 Jan 2006 16:57:47 -0000 1.21
@@ -92,6 +92,7 @@ useful on 2.4.X kernels, as on 2.6 kerne
automatically determined for optimum performance.
.TP
.B direct_io
+(NOTE: Only for FUSE 2.3.0)
This option disables the use of page cache (file content cache) in
the kernel for this filesystem. This has several affects:
- Each read() or write() system call will initiate one or more
|