git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150a6b4
)
AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*
author
David Howells
<dhowells@redhat.com>
Wed, 21 May 2014 14:55:26 +0000
(15:55 +0100)
committer
David Howells
<dhowells@redhat.com>
Fri, 23 May 2014 12:05:22 +0000
(13:05 +0100)
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>
No differences found