ChangeLog, pass1b.c:

Fix bug in error reporting in the case where cs.errcode is non-zero.
bitmap-optimize
Theodore Ts'o 1997-10-24 04:18:21 +00:00
parent b0b9c4dece
commit 622f5f272d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Oct 24 00:12:39 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
* pass1b.c (clone_file): Fix bug in error reporting in the case
where cs.errcode is non-zero.
Sun Oct 19 21:12:11 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
* pass*.c, super.c, unix.c, util.c, e2fsck.h: Place #ifdef

View File

@ -634,7 +634,7 @@ static int clone_file(e2fsck_t ctx, struct dup_inode *dp, char* block_buf)
return retval;
}
if (cs.errcode) {
com_err("clone_file", retval,
com_err("clone_file", cs.errcode,
"returned from clone_file_block");
return retval;
}