]> git.kernelconcepts.de Git - karo-tx-linux.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>
Mon, 12 Dec 2016 22:54:28 +0000 (23:54 +0100)
commit43b29673307387f7b939fceeedefd08ece13c41d
tree556beac7cd5614d3a0114f99923a138be3c8ef4b
parent0ff8bfb394124a7ff4f5a4cd3dc9e8dc52dbe5c9
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.

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