Skip to content

Commit

Permalink
9p: fix 9p.txt to advertise msize instead of maxdata
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolae Mogoreanu authored and Eric Van Hensbergen committed Oct 24, 2011
1 parent 348b590 commit 14211d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/filesystems/9p.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14211d0

Please sign in to comment.