From fcf867e9f73f56e3bce4ac32c73d78594ee2d4e7 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 26 May 2002 09:57:59 +0000 Subject: Mis-edit in last commit. --- sys/dev/md/md.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev') diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index f25a34c21114..ad33524efc4b 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -446,6 +446,7 @@ mdstart_malloc(struct md_s *sc, struct bio *bp) error = ENOSPC; break; } + bcopy(dst, (void *)sp, sc->secsize); error = s_write(sc->indir, secno, sp); } else { bcopy(dst, (void *)osp, sc->secsize); -- cgit v1.3