mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
fs: mqueue: Change MAX_MQUEUE_PATH to 64
Summary: - This commit changes MAX_MQUEUE_PATH to 64 to reduce stack memory if the NAME_MAX is large Impact: - None Testing: - Tested with spresense:rndis_smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
7e8003cba1
commit
585b1fc113
+1
-1
@@ -39,6 +39,6 @@
|
||||
|
||||
/* Sizes of things */
|
||||
|
||||
#define MAX_MQUEUE_PATH (sizeof(CONFIG_FS_MQUEUE_MPATH) + NAME_MAX)
|
||||
#define MAX_MQUEUE_PATH 64
|
||||
|
||||
#endif /* __FS_MQUEUE_MQUEUE_H */
|
||||
|
||||
Reference in New Issue
Block a user