From: Benjamin LaHaise Date: Thu, 23 Jun 2005 07:10:27 +0000 (-0700) Subject: [PATCH] aio: make wait_queue ->task ->private X-Git-Tag: v2.6.13-rc1~68^2~394 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43dc2fd885b5658cfd7cedb7bcca20910c517a4;p=pandora-kernel.git [PATCH] aio: make wait_queue ->task ->private In the upcoming aio_down patch, it is useful to store a private data pointer in the kiocb's wait_queue. Since we provide our own wake up function and do not require the task_struct pointer, it makes sense to convert the task pointer into a generic private pointer. Signed-off-by: Benjamin LaHaise Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed