Change FUSE_MAX_MAX_PAGES to FUSE_DEFAULT_MAX_PAGES_LIMIT
authorJoanne Koong <joannelkoong@gmail.com>
Fri, 27 Sep 2024 00:33:39 +0000 (17:33 -0700)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Sat, 28 Sep 2024 10:24:25 +0000 (12:24 +0200)
commit9069ad9eb6ba908de9cbbdd8ba411cac963101ff
treebf71e09ee17e50ce571644dc3aaf33209a120e23
parent78eeae60bb5a978eae4c3ce705c58189b762a24b
Change FUSE_MAX_MAX_PAGES to FUSE_DEFAULT_MAX_PAGES_LIMIT

A recent upstream patch [1] changed FUSE_MAX_MAX_PAGES to
FUSE_DEFAULT_MAX_PAGES_LIMIT.

Update libfuse to use FUSE_DEFAULT_MAX_PAGES_LIMIT as well
instead of FUSE_MAX_MAX_PAGES.

[1] https://lore.kernel.org/linux-fsdevel/20240923171311.1561917-1-joannelkoong@gmail.com/T/#t
lib/fuse_i.h
lib/fuse_lowlevel.c