diff options
Diffstat (limited to 'fs/xfs/xfs_log.c')
-rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 2a46919110f2..ac999789a44d 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c | |||
@@ -1196,7 +1196,7 @@ xlog_alloc_log(xfs_mount_t *mp, | |||
1196 | kmem_zalloc(sizeof(xlog_in_core_t), KM_SLEEP); | 1196 | kmem_zalloc(sizeof(xlog_in_core_t), KM_SLEEP); |
1197 | iclog = *iclogp; | 1197 | iclog = *iclogp; |
1198 | iclog->hic_data = (xlog_in_core_2_t *) | 1198 | iclog->hic_data = (xlog_in_core_2_t *) |
1199 | kmem_zalloc(iclogsize, KM_SLEEP); | 1199 | kmem_zalloc(iclogsize, KM_SLEEP | KM_LARGE); |
1200 | 1200 | ||
1201 | iclog->ic_prev = prev_iclog; | 1201 | iclog->ic_prev = prev_iclog; |
1202 | prev_iclog = iclog; | 1202 | prev_iclog = iclog; |