Re: libfuse: fuse.c uses Incorrect version macro

2017-11-04 Thread Paul Irofti
On Sat, Nov 04, 2017 at 12:39:07AM +, Helg Bredow wrote: > The fuse_version() library function incorrectly returns FUSE_USE_VERSION. > This macro is intended to be used by file systems to indicate the version of > the libfuse API to compile against. This change returns the highest version >

libfuse: fuse.c uses Incorrect version macro

2017-11-03 Thread Helg Bredow
The fuse_version() library function incorrectly returns FUSE_USE_VERSION. This macro is intended to be used by file systems to indicate the version of the libfuse API to compile against. This change returns the highest version of the API that libfuse supports. Both macros have the same value so