CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/21 09:01:54
Modified files:
sys/dev : softraid.c softraid_concat.c softraid_crypto.c
softraid_raid0.c softraid_raid1.c
softraid_raid6.c softraid_raidp.c softraidvar.h
Log message:
Provide a function that handles the scheduling of work units. This
simplifies the discipline code, avoids code duplication and moves the
scheduling logic into a single location.
ok krw@
