提交 3d62a44f 编写于 作者: M Michal Januszewski 提交者: Linus Torvalds

connector: change connector's max message size

Change the maximum message size to 16k to allow transfers of VBE
data blocks from userspace.
Signed-off-by: NMichal Januszewski <spock@gentoo.org>
Signed-off-by: NAntonino Daplas <adaplas@gmail.com>
Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9953d236
......@@ -43,7 +43,7 @@
/*
* Maximum connector's message size.
*/
#define CONNECTOR_MAX_MSG_SIZE 1024
#define CONNECTOR_MAX_MSG_SIZE 16384
/*
* idx and val are unique identifiers which
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册