fuse_lowlevel.c: define FUSE_MAXOP as CUSE_INIT
authorBernd Schubert <bernd@bsbernd.com>
Sat, 28 Dec 2024 13:41:15 +0000 (14:41 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 30 Dec 2024 22:04:11 +0000 (23:04 +0100)
commit3d90402f9084edb90ddb00d6ccd8c2183e6df140
tree6f0200f479b972d7c4ce4a4eb498a9f696d1c1de
parent20b2edf61db70cff874e41c1ba750a560737331b
fuse_lowlevel.c: define FUSE_MAXOP as CUSE_INIT

We don't want FUSE_MAXOP calculated at compilation time,
as the ABI limit is CUSE_INIT - better use that value
directly.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
lib/fuse_lowlevel.c