devfs - don't propagate on terminate, it's redundant
authorAlex Hornung <ahornung@gmail.com>
Sun, 21 Nov 2010 08:44:02 +0000 (08:44 +0000)
committerAlex Hornung <ahornung@gmail.com>
Sun, 21 Nov 2010 08:53:23 +0000 (08:53 +0000)
commite4ff5ef9fab8c016b75c7d782413da414e42c77e
treecf5bacb1acee4633730e2fdfe20bc55398cddbea
parent082dbafac7556d60ef9b4c9e369d48107b112c1e
devfs - don't propagate on terminate, it's redundant

* Don't propagate the device removal in the cdev terminate op since it
  must have happened before; otherwise something went horribly wrong.

* Verify that the cdev isn't linked into the dev list anymore upon
  terminate. As explained in the commit, this *must* be the case.
sys/vfs/devfs/devfs_core.c