aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_recover.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r--fs/xfs/xfs_log_recover.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c
index 5e864a9c0ccf..396e3bfd0496 100644
--- a/fs/xfs/xfs_log_recover.c
+++ b/fs/xfs/xfs_log_recover.c
@@ -2645,7 +2645,8 @@ xlog_recover_efd_pass2(
2645 * xfs_trans_ail_delete() drops the 2645 * xfs_trans_ail_delete() drops the
2646 * AIL lock. 2646 * AIL lock.
2647 */ 2647 */
2648 xfs_trans_ail_delete(ailp, lip); 2648 xfs_trans_ail_delete(ailp, lip,
2649 SHUTDOWN_CORRUPT_INCORE);
2649 xfs_efi_item_free(efip); 2650 xfs_efi_item_free(efip);
2650 spin_lock(&ailp->xa_lock); 2651 spin_lock(&ailp->xa_lock);
2651 break; 2652 break;