From c61264f6da0d7178d4962e227562c76a42e79686 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 18 Mar 2003 05:33:14 +0000 Subject: [PATCH] Remove do_error after libxfs_device_zero, this is left over from when irix could return an error from dev_zero, the do_error was supposed to be in a conditional. --- repair/phase6.c | 1 - 1 file changed, 1 deletion(-) diff --git a/repair/phase6.c b/repair/phase6.c index d0c988ed2..3f224efc5 100644 --- a/repair/phase6.c +++ b/repair/phase6.c @@ -648,7 +648,6 @@ mk_rsumino(xfs_mount_t *mp) libxfs_device_zero(mp->m_dev, XFS_FSB_TO_DADDR(mp, ep->br_startblock), XFS_FSB_TO_BB(mp, ep->br_blockcount)); - do_error(_("dev_zero of rtbitmap failed\n")); bno += ep->br_blockcount; } } -- 2.47.2