]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct usage of mtx_init() API. This is not a functional change since
authortruckman <truckman@FreeBSD.org>
Sun, 7 Dec 2003 23:20:53 +0000 (23:20 +0000)
committertruckman <truckman@FreeBSD.org>
Sun, 7 Dec 2003 23:20:53 +0000 (23:20 +0000)
commit87a37b565f34f80514db04e4ee3644fb3e4e50e7
tree08763dca3d8a0aa36d997c2f47081e2a4a552a68
parent7df01b5cbc8defa98cbd9592a515ff05b77f3093
Correct usage of mtx_init() API.  This is not a functional change since
the code happened to work because MTX_DEF and NULL are both defined as 0.

Reviewed by: phk
sys/geom/geom_disk.c
sys/geom/geom_io.c