> Could we all see that code as well?

The code looks at c->dev in cclose to see if the
chan is from devmnt.  If so, cclose places the chan on
a queue rather than calling devtab[c->dev]->close()
and chanfree() directly.  A pool of worker processes
tend the queue, like in exportfs, calling close() and
chanfree() themselves.

Russ

Reply via email to