This repository was archived by the owner on May 17, 2026. It is now read-only.
Tags: digineo/afero
Tags
Fix concurrency issue in MemMapFs.Mkdir/MkdirAll * The backing map is protected by a RWMutex * This commit double checks for the existence of the directory inside the write lock to avoid potential data races when multiple goroutines tries to create the same directory. Fixes spf13#361 Fixes spf13#298
PreviousNext