From: Richard Weinberger Date: Mon, 22 Sep 2014 08:45:35 +0000 (+0200) Subject: UBI: wl: Rename cancel flag to shutdown X-Git-Tag: omap-for-v3.19/prcm-cleanup~74^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849271a4e4b723c521df0f55d67614d8ffd5e125;p=pandora-kernel.git UBI: wl: Rename cancel flag to shutdown It confused me more than once that the cancel flag of the work function does not indicate the cancellation of a single work. In fact it indicates the WL sub-system shutdown and therefore worker functions have to free their wl_entries too. That's why you cannot cancel a single work, you can only shutdown all works. Signed-off-by: Richard Weinberger Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed