CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/19 11:04:31
Modified files:
sys/dev : softraid.c softraid_concat.c softraid_raid0.c
softraid_raid1.c softraid_raid5.c
softraid_raid6.c
Log message:
Stop adding and subtracting data offset. Just keep to chunk relative
block offsets until actual i/o is constructed and needs the physical
offset. Eliminate a number of <<DEV_BSIZE shifts as a bonus.
No intentional functional change.
Fixed and ok jsing@
