linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 2/3] fuse: add max_pages option
       [not found] <20180814211717.22170-1-const@MakeLinux.com>
@ 2018-08-14 21:17 ` Constantine Shulyupin
  0 siblings, 0 replies; only message in thread
From: Constantine Shulyupin @ 2018-08-14 21:17 UTC (permalink / raw)
  To: miklos, viro, corbet, liushuoran, mitsuo.hayasaka.hu,
	open list:FUSE: FILESYSTEM IN USERSPACE, open list:DOCUMENTATION,
	open list
  Cc: amir73il, Constantine Shulyupin

Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
---
 Documentation/filesystems/fuse.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/filesystems/fuse.txt b/Documentation/filesystems/fuse.txt
index 13af4a49e7db..d4e832fe9ce6 100644
--- a/Documentation/filesystems/fuse.txt
+++ b/Documentation/filesystems/fuse.txt
@@ -108,7 +108,10 @@ Mount options
 
   With this option the maximum size of read operations can be set.
   The default is infinite.  Note that the size of read requests is
-  limited anyway to 32 pages (which is 128kbyte on i386).
+  limited anyway to max_pages (which by default is 32 or 128KB on x86).
+
+'max_pages=N'
+   Maximal number of pages per request. The default is 32 or 128KB on x86.
 
 'blksize=N'
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-14 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180814211717.22170-1-const@MakeLinux.com>
2018-08-14 21:17 ` [PATCH v3 2/3] fuse: add max_pages option Constantine Shulyupin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).