freebsd-dev/sys/geom/raid3
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_raid3_ctl.c cp can't be NULL. 2005-05-11 19:36:56 +00:00
g_raid3.c Check for g_read_data(9) errors properly: 2005-11-30 19:24:51 +00:00
g_raid3.h Use root_mount KPI for RAID3 to delay root file system mount. 2005-07-27 09:03:51 +00:00