commit | 61d2f855042cfcce9b78fa10fe7cd2020598263b | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Oct 11 16:15:38 2018 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Oct 22 10:28:21 2018 +0200 |
tree | 02beda2837477e50ad9716fc4f1d7dc1abb8140f | |
parent | 41a264e1b30ccde9ac83a314559ddacb78a85e91 [diff] |
ceph: num_ops is off by one in ceph_aio_retry_work() Two OSD op slots are allocated, but only one is ever used. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>