]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce CONCAT GEOM class for disk concatenation.
authorpjd <pjd@FreeBSD.org>
Thu, 19 Feb 2004 15:19:49 +0000 (15:19 +0000)
committerpjd <pjd@FreeBSD.org>
Thu, 19 Feb 2004 15:19:49 +0000 (15:19 +0000)
commite02d6ef4bbafd65f2131a1f6efc2de9b3c446fd0
tree381bc126e1876e4a645d1303925acb731c1ae2c4
parent00e521cd6bd895307dc3bdf62592990a19b40e23
Introduce CONCAT GEOM class for disk concatenation.
It allows manual and automatic (based on on-disk metadata) concatenation.

Reviewed by: phk, scottl
Approved by: scottl (mentor)
sys/geom/concat/g_concat.c [new file with mode: 0644]
sys/geom/concat/g_concat.h [new file with mode: 0644]