Back out the cdevsw_remove() from previous revision for further testing.

This commit is contained in:
Brian Feldman 1999-08-28 07:06:11 +00:00
parent cdd87770ec
commit bbeaed0909
1 changed files with 0 additions and 1 deletions

View File

@ -709,7 +709,6 @@ vn_modevent(module_t mod, int type, void *data)
vnclear(vn);
free(vn, M_DEVBUF);
}
cdevsw_remove(&vn_cdevsw);
break;
default:
break;