trimming task_work: kill ->data
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Jun 2012 18:10:04 +0000 (22:10 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:57:54 +0000 (23:57 +0400)
get rid of the only user of ->data; this is _not_ the final variant - in the
end we'll have task_work and rcu_head identical and just use cred->rcu,
at which point the separate allocation will be gone completely.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found