freebsd-dev/sys/geom/mirror
Maxim Sobolev 8a4a44b5aa Check for g_read_data(9) errors properly:
o The only indication of error condition is NULL value returned by
  the function;

o value pointed to by error argument is undefined in the case when
  operation completes successfully.

Discussed with: phk
2005-11-30 19:24:51 +00:00
..
g_mirror_ctl.c
g_mirror.c Check for g_read_data(9) errors properly: 2005-11-30 19:24:51 +00:00
g_mirror.h