Date: Sun, 7 Dec 2003 15:20:53 -0800 (PST) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_disk.c geom_io.c Message-ID: <200312072320.hB7NKre6009728@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
truckman 2003/12/07 15:20:53 PST FreeBSD src repository Modified files: sys/geom geom_disk.c geom_io.c Log: 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 Revision Changes Path 1.81 +1 -1 src/sys/geom/geom_disk.c 1.51 +2 -2 src/sys/geom/geom_io.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312072320.hB7NKre6009728>