Commit 602f461b authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Shorten loopback name.

parent b36d64fd
......@@ -176,7 +176,7 @@ func (fs *LoopbackFileSystem) RemoveXAttr(name string, attr string, context *Con
}
func (fs *LoopbackFileSystem) String() string {
return fmt.Sprintf("LoopbackFileSystem(%s)", fs.Root)
return fmt.Sprintf("LoopbackFs(%s)", fs.Root)
}
func (fs *LoopbackFileSystem) StatFs(name string) *StatfsOut {
......
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