This commit is contained in:
Ben Gras 2007-02-12 12:27:43 +00:00
parent b857dec78d
commit bd27c5240b
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ int flags; /* special flags, like O_NONBLOCK */
/* RECOVERY:
* - send back dead driver number
* - VFS unmaps it, waits for new driver
* - VFS sends the new dirver endp for the FS proc and the request again
* - VFS sends the new driver endp for the FS proc and the request again
*/
if (r != OK) {
if (r == EDEADSRCDST || r == EDSTDIED || r == ESRCDIED) {

View file

@ -903,7 +903,7 @@ PUBLIC void dev_up(int maj)
}
/* Send new driver endpoint */
printf("VFS: sending new dirver for dev: %d, endpoint: %d, FS_e: %d\n",
printf("VFS: sending new driver for dev: %d, endpoint: %d, FS_e: %d\n",
vmp->m_dev, new_driver_e, vmp->m_fs_e);
if (OK != req_newdriver(vmp->m_fs_e, vmp->m_dev, new_driver_e))