UnmountRecursive unmounts from the provided path
(mount string, flags int)
| 182 | |
| 183 | // UnmountRecursive unmounts from the provided path |
| 184 | func UnmountRecursive(mount string, flags int) error { |
| 185 | return UnmountAll(mount, flags) |
| 186 | } |
| 187 | |
| 188 | // CimFS specific constants |
| 189 | const ( |
no test coverage detected
searching dependent graphs…