Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47626
b: refs/heads/master
c: 18f705f
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 11, 2007
1 parent 9d342a8 commit 7deaf18
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d06087714b78e8921bd30b5c64202fe80c47339
refs/heads/master: 18f705f49a5b19206233f7cef8f869ce7291f8c8
36 changes: 18 additions & 18 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,24 @@ config TASK_DELAY_ACCT

Say N if unsure.

config TASK_XACCT
bool "Enable extended accounting over taskstats (EXPERIMENTAL)"
depends on TASKSTATS
help
Collect extended task accounting data and send the data
to userland for processing over the taskstats interface.

Say N if unsure.

config TASK_IO_ACCOUNTING
bool "Enable per-task storage I/O accounting (EXPERIMENTAL)"
depends on TASK_XACCT
help
Collect information on the number of bytes of storage I/O which this
task has caused.

Say N if unsure.

config UTS_NS
bool "UTS Namespaces"
default n
Expand Down Expand Up @@ -299,24 +317,6 @@ config CC_OPTIMIZE_FOR_SIZE

If unsure, say N.

config TASK_XACCT
bool "Enable extended accounting over taskstats (EXPERIMENTAL)"
depends on TASKSTATS
help
Collect extended task accounting data and send the data
to userland for processing over the taskstats interface.

Say N if unsure.

config TASK_IO_ACCOUNTING
bool "Enable per-task storage I/O accounting (EXPERIMENTAL)"
depends on TASK_XACCT
help
Collect information on the number of bytes of storage I/O which this
task has caused.

Say N if unsure.

config SYSCTL
bool

Expand Down

0 comments on commit 7deaf18

Please sign in to comment.