diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-08-17 14:08:50 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-08-17 14:08:50 +0000 |
| commit | 2be2b2eab5f907cd6cab2bc2a3aa7470e60d730c (patch) | |
| tree | 77cf1443c5966567111424afe33c77c286737269 /sys/geom | |
| parent | 103d2a4254f936cd998976bfeff50e13f4f28da9 (diff) | |
Notes
Diffstat (limited to 'sys/geom')
| -rw-r--r-- | sys/geom/eli/g_eli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index f57aa380e2d1..575c63ea5bd8 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -529,7 +529,7 @@ g_eli_crypto_run(struct g_eli_worker *wr, struct bio *bp) */ if (bp->bio_cmd == BIO_WRITE) size += bp->bio_length; - p = malloc(size, M_ELI, M_NOWAIT | M_ZERO); + p = malloc(size, M_ELI, M_NOWAIT); if (p == NULL) return (ENOMEM); |
