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

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)