commit | 849271a4e4b723c521df0f55d67614d8ffd5e125 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Mon Sep 22 10:45:35 2014 +0200 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Sep 26 13:43:32 2014 +0300 |
tree | f79e33b8a7b2ad7bad60a065df92915450cc6036 | |
parent | 170505f58f01d89dea2667d484cb5da18fb9ffd9 [diff] |
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 <richard@nod.at> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>