Re: fuse_opt.h

2021-06-03 Thread Emmanuel Dreyfus
Jason Thorpe wrote: > Seems like it would be a bad idea NOT to fix it. I assume one of the > goals of librefuse was to be ABI compatible? My concern is that if you build a FUSE filesystem, using FUSE headers from /usr/include and linking with libfuse will cause a crash on LP64. You must

Re: fuse_opt.h

2021-06-03 Thread Joerg Sonnenberger
On Thu, Jun 03, 2021 at 11:57:50AM -0700, Jason Thorpe wrote: > > > On Jun 3, 2021, at 7:19 AM, Emmanuel Dreyfus wrote: > > > > Is there any reason not to fix it? > > Seems like it would be a bad idea NOT to fix it. I assume one of the goals > of librefuse was to be ABI compatible? It

Re: fuse_opt.h

2021-06-03 Thread Jason Thorpe
> On Jun 3, 2021, at 7:19 AM, Emmanuel Dreyfus wrote: > > Is there any reason not to fix it? Seems like it would be a bad idea NOT to fix it. I assume one of the goals of librefuse was to be ABI compatible? -- thorpej