diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2002-08-22 21:24:01 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2002-08-22 21:24:01 +0000 |
| commit | 4a6a94d8d803018858d728dad780253f98583be0 (patch) | |
| tree | 2fc5ad56a57cb03d56c0aa0af0f4c9ba2c7bb631 /sys/dev/md | |
| parent | b87a69181edd9027bb62760f7ba1b564ba5451aa (diff) | |
Notes
Diffstat (limited to 'sys/dev/md')
| -rw-r--r-- | sys/dev/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index f09140dc37a75..7640604d197e8 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -349,7 +349,7 @@ s_write(struct indir *ip, off_t offset, uintptr_t ptr) up = lip[li]->array[idx]; KASSERT(up == (uintptr_t)cip, ("md screwed up")); del_indir(cip); - lip[li]->array[idx] = NULL; + lip[li]->array[idx] = 0; lip[li]->used--; cip = lip[li]; } |
