diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index dd7dfdd2ba13903575aee52a0b8fc27660cda2f8..eadffaa39f4e54ba844a30c717c14a33100caa68 100644 --- a/fs/ceph/caps.c +++ b/fs/ceph/caps.c @@ -3566,7 +3566,6 @@ static void handle_cap_export(struct inode *inode, struct ceph_mds_caps *ex, tcap->cap_id = t_cap_id; tcap->seq = t_seq - 1; tcap->issue_seq = t_seq - 1; - tcap->mseq = t_mseq; tcap->issued |= issued; tcap->implemented |= issued; if (cap == ci->i_auth_cap)