driver signatures.
- xfs_repair fix to prevent double insertion into the
uncertain_inode AVL trees ("avl_insert: duplicate range")
+ - xfs_repair fix if the log is corrupted and we can't find
+ the head, don't exit - just proceed on with zeroing it
- use snprintf instead of sprintf throughout
xfsprogs-1.3.16 (17 December 2001)
log.l_mp = mp;
if ((error = xlog_find_tail(&log, &head_blk, &tail_blk, 0))) {
- do_error("xlog_find_tail returned error %d\n", error);
- return;
+ do_warn("zero_log: cannot find log head/tail "
+ "(xlog_find_tail=%d), zeroing it anyway\n",
+ error);
} else {
if (verbose) {
do_warn("zero_log: head block %lld tail block %lld\n",