Re: fuse: fh functions must die

2016-08-14 Thread Philip Guenther
On Sun, Aug 14, 2016 at 7:57 AM, Martin Natano wrote: > After staring a couple of days at fusefs and libfuse code I came to the > conclusion, that the fuse_vptofh() and fuse_fhtovp() functions must die. > I implemented those functions under the assumption, that fuse_vget() has > reasonable semanti

fuse: fh functions must die

2016-08-14 Thread Martin Natano
After staring a couple of days at fusefs and libfuse code I came to the conclusion, that the fuse_vptofh() and fuse_fhtovp() functions must die. I implemented those functions under the assumption, that fuse_vget() has reasonable semantics, while this is not the case. fusefs_vget() only functions co