]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: update cap message struct version to 10
authorJeff Layton <jlayton@redhat.com>
Thu, 10 Nov 2016 12:42:05 +0000 (07:42 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 22 Nov 2016 09:55:53 +0000 (10:55 +0100)
commit7be4df86a840c9474cc30e8d4323b89cf952311d
tree22c746b028afc2303bc8ce08ca29ce2c0cae11a6
parent299c089b03a8300ed3b9f89bd7585336ff83d379
ceph: update cap message struct version to 10

The userland ceph has MClientCaps at struct version 10. This brings the
kernel up the same version.

For now, all of the the new stuff is set to default values including
the flags field, which will be conditionally set in a later patch.

Note that we don't need to set the change_attr and btime to anything
since we aren't currently setting the feature flag. The MDS should
ignore those values.

Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/ceph/caps.c