Don't give up just because we cant find the blkdev that corresponds

to the name given as a chardev.
This commit is contained in:
Poul-Henning Kamp 1996-10-27 18:28:39 +00:00
parent 8c372bd8a2
commit c85a5ef04c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19212
4 changed files with 12 additions and 8 deletions

View File

@ -341,8 +341,9 @@ blockcheck(name)
retried++;
goto retry;
}
printf("Can't make sense out of name %s\n", name);
return (0);
printf("Warning: Can't find blockdevice corresponding to name %s\n",
name);
return (name);
}
char *

View File

@ -341,8 +341,9 @@ blockcheck(name)
retried++;
goto retry;
}
printf("Can't make sense out of name %s\n", name);
return (0);
printf("Warning: Can't find blockdevice corresponding to name %s\n",
name);
return (name);
}
char *

View File

@ -341,8 +341,9 @@ blockcheck(name)
retried++;
goto retry;
}
printf("Can't make sense out of name %s\n", name);
return (0);
printf("Warning: Can't find blockdevice corresponding to name %s\n",
name);
return (name);
}
char *

View File

@ -341,8 +341,9 @@ blockcheck(name)
retried++;
goto retry;
}
printf("Can't make sense out of name %s\n", name);
return (0);
printf("Warning: Can't find blockdevice corresponding to name %s\n",
name);
return (name);
}
char *