Commit 9b080253 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Style nitpick.

parent c08cc6cf
......@@ -580,7 +580,7 @@ func (me *UnionFs) promoteDirsTo(filename string) fuse.Status {
for dirName != "" {
r := me.getBranch(dirName)
if r.code != fuse.OK {
if !r.code.Ok() {
log.Println("path component does not exist", filename, dirName)
}
if !r.attr.IsDirectory() {
......
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