commit | eb65b919b914e65485fd8134912066f4fafc4f1e | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Thu Jan 12 17:18:00 2017 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Feb 20 12:16:06 2017 +0100 |
tree | 85f61deab3e050c1003787b6a00146d2c97e1411 | |
parent | 7c94ba27903c3c46c5829e96efb7c2a8ab7510e9 [diff] |
ceph: avoid updating mds_wanted too frequently user space may open/close single file frequently. It's not good to send a clientcaps message to mds for each open/close syscall. Signed-off-by: Yan, Zheng <zyan@redhat.com>