commit | 656f88ddf1ec3abf2cd20b8b4028c44e8e95f56d | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed May 21 15:55:26 2014 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri May 23 13:05:22 2014 +0100 |
tree | a61e9fc6abc26d076d51615f6933ca1bcf03154f | |
parent | 150a6b478982475c60fa25b7060ab990ece5483d [diff] |
AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct* call->async_workfn() can take an afs_call* arg rather than a work_struct* as the functions assigned there are now called from afs_async_workfn() which has to call container_of() anyway. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Nathaniel Wesley Filardo <nwf@cs.jhu.edu> Reviewed-by: Tejun Heo <tj@kernel.org>