summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIlya Dryomov <ilya.dryomov@inktank.com>2014-09-11 12:18:53 +0400
committerIlya Dryomov <idryomov@redhat.com>2014-10-14 21:03:25 +0400
commit91883cd27c4e2523dd53e2bd6f71a1c5e0be5a38 (patch)
tree2c3a8935d1967fa5d7c91ab4ba82d90e8b49f316 /lib
parent03974e8177b36d672eb59658f976f03cb77c1129 (diff)
downloadlinux-stable-91883cd27c4e2523dd53e2bd6f71a1c5e0be5a38.tar.gz
linux-stable-91883cd27c4e2523dd53e2bd6f71a1c5e0be5a38.tar.bz2
linux-stable-91883cd27c4e2523dd53e2bd6f71a1c5e0be5a38.zip
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>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions