freebsd-skq/sys/geom/mirror
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
..
g_mirror_ctl.c Add an ability to stop gmirror and clear its metadata in one command. 2013-12-27 02:43:53 +00:00
g_mirror.c geom: unsign some types to match their definitions and avoid overflows. 2016-04-27 15:10:40 +00:00
g_mirror.h Add an ability to stop gmirror and clear its metadata in one command. 2013-12-27 02:43:53 +00:00