patch-2.3.36 linux/fs/cramfs/inflate/inflate.c
Next file: linux/fs/cramfs/inflate/zutil.h
Previous file: linux/fs/cramfs/inflate/inffast.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Mon Jan 3 12:01:31 2000
- Orig file:
v2.3.35/linux/fs/cramfs/inflate/inflate.c
- Orig date:
Wed Dec 29 13:13:20 1999
diff -u --recursive --new-file v2.3.35/linux/fs/cramfs/inflate/inflate.c linux/fs/cramfs/inflate/inflate.c
@@ -59,7 +59,6 @@
z->msg = Z_NULL;
z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
inflate_blocks_reset(z->state->blocks, z, Z_NULL);
- Tracev((stderr, "inflate: reset\n"));
return Z_OK;
}
@@ -72,7 +71,6 @@
if (z->state->blocks != Z_NULL)
inflate_blocks_free(z->state->blocks, z);
z->state = Z_NULL;
- Tracev((stderr, "inflate: end\n"));
return Z_OK;
}
@@ -120,7 +118,6 @@
inflateEnd(z);
return Z_MEM_ERROR;
}
- Tracev((stderr, "inflate: allocated\n"));
/* reset state */
inflateReset(z);
@@ -180,7 +177,6 @@
z->state->sub.marker = 5; /* can't try inflateSync */
break;
}
- Tracev((stderr, "inflate: zlib header ok\n"));
if (!(b & PRESET_DICT))
{
z->state->mode = BLOCKS;
@@ -253,7 +249,6 @@
z->state->sub.marker = 5; /* can't try inflateSync */
break;
}
- Tracev((stderr, "inflate: zlib check ok\n"));
z->state->mode = DONE;
case DONE:
return Z_STREAM_END;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)