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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50494

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;