Commit 8c4e550c authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

UnionFs: Use _READONLY rather than string.

parent ba6e6956
......@@ -512,7 +512,7 @@ func (me *UnionFs) OpenDir(directory string) (stream chan fuse.DirEntry, status
if directory == "" {
results[me.options.DeletionDirName] = 0, false
// HACK.
results["READONLY"] = 0, false
results[_READONLY] = 0, false
}
stream = make(chan fuse.DirEntry)
......
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