Initial commit
Proof-of-concept implementation. Bugs will occur.
This commit is contained in:
9
vendor/github.com/hanwen/go-fuse/v2/fs/bridge_nonlinux.go
generated
vendored
Normal file
9
vendor/github.com/hanwen/go-fuse/v2/fs/bridge_nonlinux.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !linux
|
||||
|
||||
package fs
|
||||
|
||||
import "github.com/hanwen/go-fuse/v2/fuse"
|
||||
|
||||
func (b *rawBridge) Statx(cancel <-chan struct{}, in *fuse.StatxIn, out *fuse.StatxOut) fuse.Status {
|
||||
return fuse.ENOSYS
|
||||
}
|
||||
Reference in New Issue
Block a user