From: David Howells Date: Wed, 21 May 2014 14:55:26 +0000 (+0100) Subject: AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct* X-Git-Tag: omap-for-v3.16/fixes-against-rc1~139^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656f88ddf1ec3abf2cd20b8b4028c44e8e95f56d;p=pandora-kernel.git 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 Reviewed-by: Nathaniel Wesley Filardo Reviewed-by: Tejun Heo --- Reading git-diff-tree failed