Ilya Dryomov 91883cd27c libceph: don't try checking queue_work() return value
queue_work() doesn't "fail to queue", it returns false if work was
already on a queue, which can't happen here since we allocate
event_work right before we queue it.  So don't bother at all.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Alex Elder <elder@linaro.org>
2014-10-14 21:03:25 +04:00
..
2014-07-01 23:46:21 -07:00
2014-09-30 14:00:48 -04:00
2013-09-23 16:52:45 -04:00
2014-06-04 22:46:38 -07:00
2014-08-13 18:13:19 -06:00
2014-08-19 11:16:38 -07:00
2013-11-21 13:09:42 -05:00