patch-2.4.0-test10 linux/drivers/char/ftape/zftape/zftape-buffers.c
Next file: linux/drivers/char/ftape/zftape/zftape-ctl.c
Previous file: linux/drivers/char/ftape/lowlevel/ftape-write.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Oct 16 12:58:51 2000
- Orig file:
v2.4.0-test9/linux/drivers/char/ftape/zftape/zftape-buffers.c
- Orig date:
Sun Nov 8 11:13:46 1998
diff -u --recursive --new-file v2.4.0-test9/linux/drivers/char/ftape/zftape/zftape-buffers.c linux/drivers/char/ftape/zftape/zftape-buffers.c
@@ -48,8 +48,8 @@
/* local varibales
*/
-static unsigned int used_memory = 0;
-static unsigned int peak_memory = 0;
+static unsigned int used_memory;
+static unsigned int peak_memory;
void zft_memory_stats(void)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)