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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c
index d7219e29d9a..4abe7a9b380 100644
--- a/fs/xfs/xfs_log_recover.c
+++ b/fs/xfs/xfs_log_recover.c
@@ -2573,7 +2573,7 @@ xlog_recover_efi_pass2(
2573 /* 2573 /*
2574 * xfs_trans_ail_update() drops the AIL lock. 2574 * xfs_trans_ail_update() drops the AIL lock.
2575 */ 2575 */
2576 xfs_trans_ail_update(log->l_ailp, (xfs_log_item_t *)efip, lsn); 2576 xfs_trans_ail_update(log->l_ailp, &efip->efi_item, lsn);
2577 return 0; 2577 return 0;
2578} 2578}
2579 2579