Commit 53affd19 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys Committed by Han-Wen Nienhuys

fs: propagate error code

Fixes #333

Change-Id: I51ac08baaf54884749bdc7356f524f8347ca6146
parent 692daa62
......@@ -462,9 +462,8 @@ func (b *rawBridge) Rename(cancel <-chan struct{}, input *fuse.RenameIn, oldName
log.Println("MvChild failed")
}
}
return errnoToStatus(errno)
}
return errnoToStatus(errno)
}
return fuse.ENOTSUP
}
......
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