topconfig enable delay accounting, see #433204

make the stats available so that, getdelays can query delays in execution.
also used by atop, iotop.. bonuspoints for fedora sync.

svn path=/dists/trunk/linux-2.6/; revision=9974
This commit is contained in:
Maximilian Attems 2007-12-18 21:59:41 +00:00
parent 80ab7335fb
commit 61130e9f4d
2 changed files with 6 additions and 2 deletions

3
debian/changelog vendored
View File

@ -25,6 +25,7 @@ linux-2.6 (2.6.24~rc5-1~experimental.1) UNRELEASED; urgency=low
* Unifiy BSD_PROCESS_ACCT settings across configs. (closes: #455892)
* Reenable DABUSB as firmware is BSD licensed.
* [hppa]: Disable OCFS2, due build trouble.
* topconfig: Enable delay accounting TASKSTATS. (closes: #433204)
[ Bastian Blank ]
* [amd64, i386]: Set kernel architecture to x86.
@ -39,7 +40,7 @@ linux-2.6 (2.6.24~rc5-1~experimental.1) UNRELEASED; urgency=low
[ dann frazier ]
* [ia64]: Enable BLK_CPQ_DA
-- maximilian attems <maks@debian.org> Sun, 16 Dec 2007 16:05:05 +0100
-- maximilian attems <maks@debian.org> Tue, 18 Dec 2007 22:50:02 +0100
linux-2.6 (2.6.23-1~experimental.1) UNRELEASED; urgency=low

View File

@ -19,7 +19,10 @@ CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
# CONFIG_TASKSTATS is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
# CONFIG_USER_NS is not set
CONFIG_AUDIT=y
# CONFIG_AUDITSYSCALL is not set