--- zzzz-none-000/linux-2.4.17/fs/reiserfs/procfs.c 2001-12-21 17:42:03.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/fs/reiserfs/procfs.c 2004-11-24 13:22:11.000000000 +0000 @@ -8,7 +8,7 @@ /* proc info support a la one created by Sizif@Botik.RU for PGC */ -/* $Id: procfs.c,v 1.1.8.2 2001/07/15 17:08:42 god Exp $ */ +/* $Id: procfs.c,v 1.1.1.1 2003/06/23 22:18:39 jharrell Exp $ */ #include #include @@ -172,6 +172,12 @@ "search_by_key_fs_changed: \t%lu\n" "search_by_key_restarted: \t%lu\n" + "insert_item_restarted: \t%lu\n" + "paste_into_item_restarted: \t%lu\n" + "cut_from_item_restarted: \t%lu\n" + "delete_solid_item_restarted: \t%lu\n" + "delete_item_restarted: \t%lu\n" + "leaked_oid: \t%lu\n" "leaves_removable: \t%lu\n", @@ -208,6 +214,13 @@ SFP( search_by_key ), SFP( search_by_key_fs_changed ), SFP( search_by_key_restarted ), + + SFP( insert_item_restarted ), + SFP( paste_into_item_restarted ), + SFP( cut_from_item_restarted ), + SFP( delete_solid_item_restarted ), + SFP( delete_item_restarted ), + SFP( leaked_oid ), SFP( leaves_removable ) ); @@ -464,7 +477,7 @@ "s_journal_max_commit_age: \t%i\n" "s_journal_max_trans_age: \t%i\n" /* incore fields */ - "j_state: \t%i\n" + "j_state: \t%li\n" "j_trans_id: \t%lu\n" "j_mount_id: \t%lu\n" "j_start: \t%lu\n" @@ -694,6 +707,9 @@ /* * $Log: procfs.c,v $ + * Revision 1.1.1.1 2003/06/23 22:18:39 jharrell + * Imported kernel sources + * * Revision 1.1.8.2 2001/07/15 17:08:42 god * . use get_super() in procfs.c * . remove remove_save_link() from reiserfs_do_truncate()