From: Joe Thornber Date: Tue, 13 May 2014 20:14:14 +0000 (-0400) Subject: dm thin: cleanup noflush_work to use a proper completion X-Git-Tag: omap-for-v3.16/fixes-against-rc1~37^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a3e871d8954c636b6cd2db7c7ece7ffe405986;p=pandora-kernel.git dm thin: cleanup noflush_work to use a proper completion Factor out a pool_work interface that noflush_work makes use of to wait for and complete work items (in terms of a proper completion struct). Allows discontinuing the use of a custom completion in terms of atomic_t and wait_event. Signed-off-by: Joe Thornber Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed