commit | e4500b5e35c213e0f97be7cb69328c0877203a79 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Wed Jul 06 11:12:56 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jul 28 03:00:42 2016 +0200 |
tree | 67ce2673600daf716923ac9b8675796bbd5127b1 | |
parent | 3609404f8c782c01fe626a03949641dddbc65c34 [diff] |
ceph: use list instead of rbtree to track cap flushes We don't have requirement of searching cap flush by TID. In most cases, we just need to know TID of the oldest cap flush. List is ideal for this usage. Signed-off-by: Yan, Zheng <zyan@redhat.com>