patch-2.4.15 linux/fs/reiserfs/do_balan.c

Next file: linux/fs/reiserfs/fix_node.c
Previous file: linux/fs/reiserfs/buffer2.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/fs/reiserfs/do_balan.c linux/fs/reiserfs/do_balan.c
@@ -280,6 +280,9 @@
 			tb->insert_size [0]);
     }
 #endif
+
+    PROC_INFO_INC( tb -> tb_sb, balance_at[ 0 ] );
+
     /* Make balance in case insert_size[0] < 0 */
     if ( tb->insert_size[0] < 0 )
 	return balance_leaf_when_delete (tb, flag);

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