commit | 1907920324f1f3ebb6618344417c03a2863bba01 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Apr 28 16:07:27 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 01:15:28 2016 +0200 |
tree | 537d0a98db34205484f05337c25f51b9128987dd | |
parent | 922dab6134178cae317ae00de86376cba59f3147 [diff] |
libceph: support for sending notifies Implement ceph_osdc_notify() for sending notifies. Due to the fact that the current messenger can't do read-in into pagelists (it can only do write-out from them), I had to go with a page vector for a NOTIFY_COMPLETE payload, for now. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>