diff options
author | David Howells <dhowells@redhat.com> | 2009-12-01 10:36:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-01 11:20:31 -0500 |
commit | f13a48bd798a159291ca583b95453171b88b7448 (patch) | |
tree | a644293386e30ed5ab297e5943e57658e1d11e6a /Documentation | |
parent | df87f8c06c7f562ef9d93b9d674eebf2ffb96f6a (diff) |
SLOW_WORK: Move slow_work's proc file to debugfs
Move slow_work's debugging proc file to debugfs.
Signed-off-by: David Howells <dhowells@redhat.com>
Requested-and-acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/slow-work.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/slow-work.txt b/Documentation/slow-work.txt index 52bc31433723..9dbf4470c7e1 100644 --- a/Documentation/slow-work.txt +++ b/Documentation/slow-work.txt | |||
@@ -279,9 +279,9 @@ The slow-work thread pool has a number of configurables: | |||
279 | VIEWING EXECUTING AND QUEUED ITEMS | 279 | VIEWING EXECUTING AND QUEUED ITEMS |
280 | ================================== | 280 | ================================== |
281 | 281 | ||
282 | If CONFIG_SLOW_WORK_PROC is enabled, a proc file is made available: | 282 | If CONFIG_SLOW_WORK_DEBUG is enabled, a debugfs file is made available: |
283 | 283 | ||
284 | /proc/slow_work_rq | 284 | /sys/kernel/debug/slow_work/runqueue |
285 | 285 | ||
286 | through which the list of work items being executed and the queues of items to | 286 | through which the list of work items being executed and the queues of items to |
287 | be executed may be viewed. The owner of a work item is given the chance to | 287 | be executed may be viewed. The owner of a work item is given the chance to |