Commit 1e5efd72 authored by Darrick J. Wong's avatar Darrick J. Wong Committed by Chandan Babu R
Browse files

xfs: fix log recovery erroring out on refcount recovery failure



Per the comment in the error case of xfs_reflink_recover_cow, zero out
any error (after shutting down the log) so that we actually kill any new
intent items that might have gotten logged by later recovery steps.
Discovered by xfs/434, which few people actually seem to run.

Fixes: 2c1e31ed ("xfs: place intent recovery under NOFS allocation context")
Signed-off-by: default avatar"Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarChandan Babu R <chandanbabu@kernel.org>
parent e6469b22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3532,6 +3532,7 @@ xlog_recover_finish(
		 * and AIL.
		 */
		xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR);
		error = 0;
		goto out_error;
	}