From 662db187595c95746181990020d6dd546b26e78d Mon Sep 17 00:00:00 2001 From: Nicolae Mogoreanu Date: Mon, 3 Oct 2011 20:03:53 +0000 Subject: [PATCH] 9p: fix 9p.txt to advertise msize instead of maxdata 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 Signed-off-by: Eric Van Hensbergen --- Documentation/filesystems/9p.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/9p.txt b/Documentation/filesystems/9p.txt index 13de64c7f0ab..2c0321442845 100644 --- a/Documentation/filesystems/9p.txt +++ b/Documentation/filesystems/9p.txt @@ -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 -- 2.39.5