]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: Really show state of work pending bit
authorPetr Mladek <pmladek@suse.com>
Mon, 5 Oct 2015 12:39:52 +0000 (14:39 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 6 Nov 2015 14:06:05 +0000 (15:06 +0100)
commit3a0bbcd39c8fe368d449f376fab4990fa63ce1f1
tree74d7c641433c927b6de427bbc0fa7eb7518a4d10
parentd07bd3f0964b107e9247a0f3ba98e0a00837ca5c
bcache: Really show state of work pending bit

WORK_STRUCT_PENDING is a mask for testing the pending bit.
test_bit() expects the number of the bit and we need to
use WORK_STRUCT_PENDING_BIT there.

Also work_data_bits() is defined in workqueues.h now.

I have noticed this just by chance when looking how
WORK_STRUCT_PENDING_BIT is used. The change is compile
tested.

Signed-off-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/md/bcache/closure.c