Fixes PR #35652
This commit is contained in:
@@ -19,7 +19,8 @@ limitations under the License.
|
|||||||
package mount
|
package mount
|
||||||
|
|
||||||
type Mounter struct {
|
type Mounter struct {
|
||||||
mounterPath string
|
mounterPath string
|
||||||
|
mounterRootfsPath string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
|
func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {
|
||||||
|
Reference in New Issue
Block a user