Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/linux/sched.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -puN include/linux/sched.h~cfq-iosched-update-to-time-sliced-design-fix-fix include/linux/sched.h
--- 25/include/linux/sched.h~cfq-iosched-update-to-time-sliced-design-fix-fix	2005-03-11 02:13:35.000000000 -0800
+++ 25-akpm/include/linux/sched.h	2005-03-11 02:14:08.000000000 -0800
@@ -1090,7 +1090,8 @@ extern void unhash_process(struct task_s
 
 /*
  * Protects ->fs, ->files, ->mm, ->ptrace, ->group_info, ->comm, keyring
- * subscriptions and synchronises with wait4().  Also used in procfs.
+ * subscriptions and synchronises with wait4().  Also used in procfs.  Also
+ * pins the final release of task.io_context.
  *
  * Nests both inside and outside of read_lock(&tasklist_lock).
  * It must not be nested with write_lock_irq(&tasklist_lock),
_