CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2011/07/07 12:04:25
Modified files: sys/dev : softraid.c Log message: Fix the LBA offset calculation for the last block in a rebuild, if there is a partial block. Also correctly handle the case where there is no partial block. Whilst here remove a pointless variable. Issues spotted by and based on diffs from Piotr Durlej - thanks! ok marco@