summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe/rf_shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe/rf_shutdown.c')
-rw-r--r--sys/dev/raidframe/rf_shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_shutdown.c b/sys/dev/raidframe/rf_shutdown.c
index 9dc6255..7db93e9 100644
--- a/sys/dev/raidframe/rf_shutdown.c
+++ b/sys/dev/raidframe/rf_shutdown.c
@@ -61,7 +61,7 @@ _rf_ShutdownCreate(
* and shutdown after RAIDframe internal allocation system.
*/
/* ent = (RF_ShutdownList_t *) malloc(sizeof(RF_ShutdownList_t),
- M_RAIDFRAME, 0); */
+ M_RAIDFRAME, M_WAITOK); */
ent = (RF_ShutdownList_t *) malloc(sizeof(RF_ShutdownList_t),
M_RAIDFRAME, M_NOWAIT);
if (ent == NULL)
OpenPOWER on IntegriCloud