Skip to content
Commit 656f88dd authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
Reviewed-by: default avatarNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Reviewed-by: default avatarTejun Heo <tj@kernel.org>
parent 150a6b47
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment