PERFORCE change 170113 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Nov 3 12:32:15 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=170113
Change 170113 by hselasky at hselasky_laptop001 on 2009/11/03 12:31:28
USB mass storage:
- add missing mtx_destroy().
- patch from Sebastian Huber
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/storage/umass.c#37 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/storage/umass.c#37 (text+ko) ====
@@ -1671,6 +1671,7 @@
#if (__FreeBSD_version >= 700037)
mtx_unlock(&sc->sc_mtx);
#endif
+ mtx_destroy(&sc->sc_mtx);
return (0); /* success */
}
More information about the p4-projects
mailing list