Commit ca2aa6a0 authored by Pengfei Ni's avatar Pengfei Ni

Fix compile error on ono-linux platform

Fixes #35252.
parent c6df8899
......@@ -18,7 +18,9 @@ limitations under the License.
package mount
type Mounter struct{}
type Mounter struct {
mounterPath string
}
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
return nil
......
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