VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Christian Schoenebeck <linux_oss@crudebyte.com> 2021-09-04 17:12:51 +0200 committer: Dominique Martinet <asmadeus@codewreck.org> 2021-09-05 08:36:44 +0900 commit: 9c4d94dc9a64426d2fa0255097a3a84f6ff2eebe parent: 9210fc0a3b61c396ba9b32467b88c89d41bc9fe7
Commit Summary:
net/9p: increase default msize to 128k
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/net/9p/client.c b/net/9p/client.c
index 1cb255587fff..213f12ed76cd 100644
--- a/net/9p/client.c
+++ b/net/9p/client.c
@@ -30,7 +30,7 @@
 #define CREATE_TRACE_POINTS
 #include <trace/events/9p.h>
 
-#define DEFAULT_MSIZE 8192
+#define DEFAULT_MSIZE (128 * 1024)
 
 /*
   * Client Option Parsing (code inspired by NFS code)