commit | 0ff8bfb394124a7ff4f5a4cd3dc9e8dc52dbe5c9 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Nov 10 07:42:03 2016 -0500 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Dec 12 23:54:28 2016 +0100 |
tree | f744edba8e8da8ae257a2aa5c7f4c903096fda62 | |
parent | 9670079f5f0a52b4ddcc16c407cfe9ff42633e04 [diff] |
ceph: define new argument structure for send_cap_msg When we get to this many arguments, it's hard to work with positional parameters. send_cap_msg is already at 25 arguments, with more needed. Define a new args structure and pass a pointer to it to send_cap_msg. Eventually it might make sense to embed one of these inside ceph_cap_snap instead of tracking individual fields. Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Yan, Zheng <zyan@redhat.com>