Re: fusefs_checkexp() return value

2016-02-21 Thread Stefan Kempf
Martin Natano wrote: > The fusefs_checkexp() function returns 0, indicating that export via NFS > is allowed, while in fact fusefs doesn't support NFS at all. (There is > a vfs_export() call missing in fusefs_mount() and maybe other stuff too.) > > Furthermore, it does so without setting *extflags

fusefs_checkexp() return value

2016-02-16 Thread Martin Natano
The fusefs_checkexp() function returns 0, indicating that export via NFS is allowed, while in fact fusefs doesn't support NFS at all. (There is a vfs_export() call missing in fusefs_mount() and maybe other stuff too.) Furthermore, it does so without setting *extflagsp and *credanonp, which results