Whamcloud - gitweb
Remove excessive use of macros in the new lprocfs stats counters. This was
authoradilger <adilger>
Mon, 16 Jun 2003 07:04:52 +0000 (07:04 +0000)
committeradilger <adilger>
Mon, 16 Jun 2003 07:04:52 +0000 (07:04 +0000)
commit07e439ea055a6846ef1c3edeee922df528e44a45
treed5c84e08a1b78b3397454a215f127a7e89b10ce1
parentfb4edafd1453a7c10780e3645df826cedac30268
Remove excessive use of macros in the new lprocfs stats counters.  This was
the source of one bug, and wasn't necessary.  Also a general cleanup.

Removed duplicate "read/write" counter, as this data will already be contained
in the "read/write_bytes" counter as the number of events.

Found out that lprocfs RPC counters do not work under UML, because
"get_cycles()" always returns 0.
lustre/llite/iod.c