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
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