lib/fs: Cache user lookups (#8496)
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
func (BasicFilesystem) SymlinksSupported() bool {
|
||||
func (*BasicFilesystem) SymlinksSupported() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user