[PATCH] delay accounting: temporarily enable by default
authorShailabh Nagar <nagar@watson.ibm.com>
Sun, 30 Jul 2006 10:03:11 +0000 (03:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:37 +0000 (13:28 -0700)
commit163ecdff060f2fa9e8f5238882fd0137493556a6
tree955aa8397edf1ddc64a2429bc2986331c286e47c
parentd94a041519f3ab1ac023bf917619cd8c4a7d3c01
[PATCH] delay accounting: temporarily enable by default

Enable delay accounting by default so that feature gets coverage testing
without requiring special measures.

Earlier, it was off by default and had to be enabled via a boot time param.
 This patch reverses the default behaviour to improve coverage testing.  It
can be removed late in the kernel development cycle if its believed users
shouldn't have to incur any cost if they don't want delay accounting.  Or
it can be retained forever if the utility of the stats is deemed common
enough to warrant keeping the feature on.

Signed-off-by: Shailabh Nagar <nagar@watson.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/accounting/delay-accounting.txt
Documentation/kernel-parameters.txt
include/linux/delayacct.h
kernel/delayacct.c