Modify structures in libfuse to handle flags beyond 32 bits.
authorDharmendra Singh <dsingh@ddn.com>
Mon, 28 Feb 2022 11:15:06 +0000 (11:15 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 8 Apr 2022 14:34:32 +0000 (15:34 +0100)
commit4df08719f3415cde6f802a755922b7f76e198cd7
treea9c6f5c2ad147928b256e40a10f1ffe2f7ab70ea
parentf0bba7ef2ad5b5da2c9ad9df37665863e71b8cce
Modify structures in libfuse to handle flags beyond 32 bits.

In fuse kernel, 'commit 53db28933e95 ("fuse: extend init flags")'
made the changes to handle flags going beyond 32 bits but i think
changes were not done in libfuse to handle the same.

This patch prepares the ground in libfuse for incoming FUSE kernel
patches (Atomic open + lookup) where flags went beyond 32 bits.
It makes struct same as in fuse kernel resulting in name change of
few fields.
include/fuse_kernel.h
lib/fuse_lowlevel.c