mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-04 00:53:14 +08:00
Support Linux v6.13 FUSE max_page_limit
This commit is contained in:
@ -73,7 +73,7 @@ msgbuf_constructor()
|
||||
{
|
||||
g_PAGESIZE = sysconf(_SC_PAGESIZE);
|
||||
// FUSE_MAX_MAX_PAGES for payload + 1 for message header
|
||||
msgbuf_set_bufsize(FUSE_MAX_MAX_PAGES + 1);
|
||||
msgbuf_set_bufsize(FUSE_DEFAULT_MAX_MAX_PAGES + 1);
|
||||
}
|
||||
|
||||
static
|
||||
|
Reference in New Issue
Block a user