Commit 98bb4e24 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

unionfs: remove superfluous logging message for illegal workspace names.

parent bf9b72ab
......@@ -182,7 +182,6 @@ func (fs *autoUnionFs) rmFs(name string) (code fuse.Status) {
func (fs *autoUnionFs) addFs(name string, roots []string) (code fuse.Status) {
if name == _CONFIG || name == _STATUS || name == _SCAN_CONFIG {
log.Printf("Illegal name %q for overlay: %v", name, roots)
return fuse.EINVAL
}
return fs.createFs(name, roots)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment