On Friday 31 July 2009 19:50:58 Antti Kantee wrote:
> Module Name:  src
> Committed By: pooka
> Date:         Fri Jul 31 18:50:58 UTC 2009
>
> Modified Files:
>       src/sys/miscfs/fdesc: fdesc_vnops.c
>
> Log Message:
> Do a name-based search for the ctty major instead of requiring an
> external symbol.

Is this really sensible? device_lock hasn't been initialised at vfsinit time. 
Some platforms get very upset if an mutex isn't initialised, e.g. hppa.

Nick

Reply via email to