Skip to content

Commit

Permalink
ceph: send the fscrypt_file to client in cap update messages
Browse files Browse the repository at this point in the history
This should be squashed to one of the previous commit later.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
  • Loading branch information
lxbsz committed Nov 24, 2021
1 parent aa428ca commit 0633090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mds/CInode.cc
Expand Up @@ -4139,6 +4139,7 @@ void CInode::encode_cap_message(const ref_t<MClientCaps> &m, Capability *cap)
m->size = i->size;
m->truncate_seq = i->truncate_seq;
m->truncate_size = i->truncate_size;
m->fscrypt_file = pi->fscrypt_file;
m->mtime = i->mtime;
m->atime = i->atime;
m->ctime = i->ctime;
Expand Down

0 comments on commit 0633090

Please sign in to comment.