commit | 1e4ef0c6332bd90e6c70afc07b35dffaf1eab1a7 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Nov 10 07:42:06 2016 -0500 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Dec 12 23:54:28 2016 +0100 |
tree | 655329cb717f07afcf344759a133477f2f4bcfda | |
parent | 43b29673307387f7b939fceeedefd08ece13c41d [diff] |
ceph: add flags parameter to send_cap_msg Add a flags parameter to send_cap_msg, so we can request expedited service from the MDS when we know we'll be waiting on the result. Set that flag in the case of try_flush_caps. The callers of that function generally wait synchronously on the result, so it's beneficial to ask the server to expedite it. Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Yan, Zheng <zyan@redhat.com>