Deleted Added
full compact
63c63
< * $FreeBSD: head/sys/kern/subr_blist.c 109623 2003-01-21 08:56:16Z alfred $
---
> * $FreeBSD: head/sys/kern/subr_blist.c 111119 2003-02-19 05:47:46Z imp $
160c160
< bl = malloc(sizeof(struct blist), M_SWAP, M_ZERO);
---
> bl = malloc(sizeof(struct blist), M_SWAP, M_WAITOK | M_ZERO);
167c167
< bl->bl_root = malloc(sizeof(blmeta_t) * bl->bl_rootblks, M_SWAP, 0);
---
> bl->bl_root = malloc(sizeof(blmeta_t) * bl->bl_rootblks, M_SWAP, M_WAITOK);