mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix comment to match previous commit, as per bde.
This commit is contained in:
parent
ab721da874
commit
b6e55a056a
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ umountall(char **typelist)
|
|||
strcmp(fs->fs_type, FSTAB_RO) &&
|
||||
strcmp(fs->fs_type, FSTAB_RQ))
|
||||
continue;
|
||||
/* If an unknown file system type, complain. */
|
||||
/* Ignore unknown file system types. */
|
||||
if (getvfsbyname(fs->fs_vfstype, &vfc) == -1)
|
||||
continue;
|
||||
if (checkvfsname(fs->fs_vfstype, typelist))
|
||||
|
|
|
|||
Loading…
Reference in a new issue