for compatibility */
| 498 | |
| 499 | /* for compatibility */ |
| 500 | int dfs_unmount(const char *specialfile) |
| 501 | { |
| 502 | return dfs_umount(specialfile, 0); |
| 503 | } |
| 504 | |
| 505 | /** |
| 506 | * @brief Check if a mount point is mounted |
nothing calls this directly
no test coverage detected