From: Eric Sandeen Date: Tue, 18 Mar 2003 05:33:14 +0000 (+0000) Subject: Remove do_error after libxfs_device_zero, this is left X-Git-Tag: XFS-1_3_0pre1~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c61264f6da0d7178d4962e227562c76a42e79686;p=thirdparty%2Fxfsprogs-dev.git 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. --- 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; } }