commit | 8310b08913eca8aee98744c9aff1ec0d1f603b19 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Tue Jun 09 17:20:12 2015 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jun 25 11:49:31 2015 +0300 |
tree | ac58f8ea0c44c98a675242c1a2a338f6333f03ba | |
parent | 553adfd941f8ca622965ef809553d918ea039929 [diff] |
ceph: track pending caps flushing globally So we know TID of the oldest pending caps flushing. Later patch will send this information to MDS, so that MDS can trim its completed caps flush list. Tracking pending caps flushing globally also simplifies syncfs code. Signed-off-by: Yan, Zheng <zyan@redhat.com>