]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
9p: fix 9p.txt to advertise msize instead of maxdata
authorNicolae Mogoreanu <mogoreanu@gmail.com>
Mon, 3 Oct 2011 20:03:53 +0000 (20:03 +0000)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 24 Oct 2011 16:13:12 +0000 (11:13 -0500)
9p.txt advertises that maxdata mount option should be used to specify
msize, in the code though we use msize option and completely ignore
maxdata if passed

Signed-off-by: Nicolae Mogoreanu <mogoreanu@gmail.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Documentation/filesystems/9p.txt

index 13de64c7f0ab0bf7f347156573e187a0a72ac4a0..2c0321442845525c44273b2759cf0912b75037f8 100644 (file)
@@ -92,7 +92,7 @@ OPTIONS
 
   wfdno=n      the file descriptor for writing with trans=fd
 
-  maxdata=n    the number of bytes to use for 9p packet payload (msize)
+  msize=n      the number of bytes to use for 9p packet payload
 
   port=n       port to connect to on the remote server