]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Remove do_error after libxfs_device_zero, this is left
authorEric Sandeen <sandeen@sgi.com>
Tue, 18 Mar 2003 05:33:14 +0000 (05:33 +0000)
committerEric Sandeen <sandeen@sgi.com>
Tue, 18 Mar 2003 05:33:14 +0000 (05:33 +0000)
over from when irix could return an error from dev_zero,
the do_error was supposed to be in a conditional.

repair/phase6.c

index d0c988ed21a2fd67c9a0a1d6d53765f5aa294fe5..3f224efc50e86601c834dac382990d9f48f712da 100644 (file)
@@ -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;
                }
        }