added fs encryption overlay

This commit is contained in:
ston1th 2022-04-06 01:08:19 +02:00
commit fd1e8118a4
28 changed files with 3994 additions and 30 deletions

View file

@ -160,7 +160,7 @@ func (fs *FS) OpenFile(p string, flags int, _ os.FileMode) (provider.File, error
return &file{f, fs}, err
}
func (fs *FS) Fstat(uintptr) (int64, error) {
func (fs *FS) Fstat(_ uintptr) (int64, error) {
return 0, provider.ErrFstat
}