summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-27 22:28:40 +0000
committerphk <phk@FreeBSD.org>2000-12-27 22:28:40 +0000
commit4d5209b3fed76945d343c8faa260d4a332526991 (patch)
tree53a07446b94ed7a4f96497a347259eca3c8a3210 /include/Makefile
parent552eacf1e75b9bd910d2ee0ae1bbccb4b8c32d51 (diff)
downloadFreeBSD-src-4d5209b3fed76945d343c8faa260d4a332526991.zip
FreeBSD-src-4d5209b3fed76945d343c8faa260d4a332526991.tar.gz
When trying to deduce the diskname from the name so we can run
parallel fsck's one per drive, use the shortest prefix ending in a digit rather than the longest prefix ending in a digit. This makes "/dev/ad0s1a" and "/dev/ad0s2a" appear to both reside on the disk "/dev/ad0" and consequently they will be fsck'ed sequentially rather than in parallel as now. In general this heuristic is rather soft and errorprone. For instance ccd may often reside on two or more physical disks. A good solution would be to look for passes larger than 1 until no disks are found in a particular pass, that way people could put ccd stripes in pass 3... and have them fsck'ed sequentially. Reviewed by: mjacob
Diffstat (limited to 'include/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud