Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
> Date: Wed Nov 7 00:23:46 UTC 2007
>
> Modified Files:
[...]
> src/sys/dev/dmover: dmover_request.c
[...]
>
> Log Message:
> Merge from vmlocking:
Looks like the merge was incomplete; dmover_request_alloc has an s=splbio();
dance with simple_lock, with the pool_cache_get splbio stuff only occuring
later. compilation now fails with
/home/dogcow/work/nbsrc/sys/dev/dmover/dmover_request.c: In function
'dmover_request_alloc':
/home/dogcow/work/nbsrc/sys/dev/dmover/dmover_request.c:89: error: 's'
undeclared (first use in this function)
Home |
Main Index |
Thread Index |
Old Index