commit | 41f9d29f09ca0b22c3631e8a39676e74cda9bcc0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 26 22:10:04 2012 +0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 22 23:57:54 2012 +0400 |
tree | 7ab5ed25f14466471fb55536e1cf71c514fb7fe9 | |
parent | 7266702805f9d824f92ce5c4069eca65d0f21d28 [diff] |
trimming task_work: kill ->data 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>