aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2009-04-03 16:42:35 +0100
committerDavid Howells <dhowells@redhat.com>2009-04-03 16:42:35 +0100
commit8f0aa2f25b31ba27db84259141e52ee6ec0d2820 (patch)
treef2935c02ac8508dacd125bb1c8bb6f4879fe778e /include
parentMake the slow work pool configurable (diff)
downloadlinux-dev-8f0aa2f25b31ba27db84259141e52ee6ec0d2820.tar.xz
linux-dev-8f0aa2f25b31ba27db84259141e52ee6ec0d2820.zip
Document the slow work thread pool
Document the slow work thread pool. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Steve Dickson <steved@redhat.com> Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Tested-by: Daire Byrne <Daire.Byrne@framestore.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/slow-work.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/slow-work.h b/include/linux/slow-work.h
index 8262809dfa8b..85958277f83d 100644
--- a/include/linux/slow-work.h
+++ b/include/linux/slow-work.h
@@ -7,6 +7,8 @@
* modify it under the terms of the GNU General Public Licence
* as published by the Free Software Foundation; either version
* 2 of the Licence, or (at your option) any later version.
+ *
+ * See Documentation/slow-work.txt
*/
#ifndef _LINUX_SLOW_WORK_H