diff options
-rw-r--r-- | fs/xfs/xfs_trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.c b/fs/xfs/xfs_trans.c index f2065ccb6c2d..fdca7416c754 100644 --- a/fs/xfs/xfs_trans.c +++ b/fs/xfs/xfs_trans.c | |||
@@ -1134,7 +1134,7 @@ xfs_trans_add_item( | |||
1134 | ASSERT(lip->li_mountp = tp->t_mountp); | 1134 | ASSERT(lip->li_mountp = tp->t_mountp); |
1135 | ASSERT(lip->li_ailp = tp->t_mountp->m_ail); | 1135 | ASSERT(lip->li_ailp = tp->t_mountp->m_ail); |
1136 | 1136 | ||
1137 | lidp = kmem_zone_zalloc(xfs_log_item_desc_zone, KM_SLEEP); | 1137 | lidp = kmem_zone_zalloc(xfs_log_item_desc_zone, KM_SLEEP | KM_NOFS); |
1138 | 1138 | ||
1139 | lidp->lid_item = lip; | 1139 | lidp->lid_item = lip; |
1140 | lidp->lid_flags = 0; | 1140 | lidp->lid_flags = 0; |