diff options
author | Csaba Henk <csaba@gluster.com> | 2009-08-14 15:51:37 -0700 |
---|---|---|
committer | Csaba Henk <csaba@gluster.com> | 2009-08-14 17:25:32 -0700 |
commit | 3d894362ae0b8d346f29e9c3ea98e325d83a083a (patch) | |
tree | a15d0e0ad56801a2d93d2d8eb9cd5c2c12a143c1 /doc | |
parent | a91679b605ffbe71fa7124964df8aea08ccba464 (diff) |
fuse: switch off direct I/O mode if big writes are supported
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user-guide/user-guide.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user-guide/user-guide.texi b/doc/user-guide/user-guide.texi index c318341ec..800354116 100644 --- a/doc/user-guide/user-guide.texi +++ b/doc/user-guide/user-guide.texi @@ -509,7 +509,8 @@ Advanced Options Attribute timeout for inodes in the kernel, in seconds. Defaults to 1 second. @item --disable-direct-io-mode - Disable direct @acronym{I/O} mode in @acronym{FUSE} kernel module. + Disable direct @acronym{I/O} mode in @acronym{FUSE} kernel module. This is set + automatically if kernel supports big writes (>= 2.6.26). @item -e, --entry-timeout=<n> Entry timeout for directory entries in the kernel, in seconds. |