freebsd-dev/sys/geom/virstor
Pedro F. Giffuni b99bce73e2 geom: unsign some types to match their definitions and avoid overflows.
In struct:gctl_req, nargs is unsigned.

In mirror:
g_mirror_syncreqs is unsigned.

In raid:
in struct:g_raid_volume, v_disks_count is unsigned.

In virstor:
in struct:g_virstor_softc, n_components is unsigned.

MFC after:	2 weeks
2016-04-27 15:10:40 +00:00
..
binstream.c
binstream.h
g_virstor_md.c
g_virstor_md.h
g_virstor.c geom: unsign some types to match their definitions and avoid overflows. 2016-04-27 15:10:40 +00:00
g_virstor.h