patch-2.4.21 linux-2.4.21/fs/jfs/jfs_debug.c

Next file: linux-2.4.21/fs/jfs/jfs_debug.h
Previous file: linux-2.4.21/fs/jfs/jfs_btree.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/fs/jfs/jfs_debug.c linux-2.4.21/fs/jfs/jfs_debug.c
@@ -100,6 +100,7 @@
 
 #ifdef CONFIG_JFS_STATISTICS
 extern read_proc_t jfs_lmstats_read;
+extern read_proc_t jfs_txstats_read;
 extern read_proc_t jfs_xtstat_read;
 extern read_proc_t jfs_mpstat_read;
 #endif
@@ -111,6 +112,7 @@
 } Entries[] = {
 #ifdef CONFIG_JFS_STATISTICS
 	{ "lmstats",	jfs_lmstats_read, },
+	{ "txstats",	jfs_txstats_read, },
 	{ "xtstat",	jfs_xtstat_read, },
 	{ "mpstat",	jfs_mpstat_read, },
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)