]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_fs.h: add 32 bits extended num_retry and num_fwd support
authorXiubo Li <xiubli@redhat.com>
Tue, 5 Jul 2022 04:59:11 +0000 (12:59 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 30 Mar 2023 01:56:04 +0000 (09:56 +0800)
commit2f4bcbad33c5f6bfa8f275db014ccf37bcd63b8c
tree55239829e7fb73dea22fde6e4aae2d76f6bd7d97
parent8d47ddd0a5b33c453addd73ecadac88290f0b406
ceph_fs.h: add 32 bits extended num_retry and num_fwd support

To make sure both the num_retry and num_fwd in all the structs have
the same type, which is 32 bits.

And also for old cephs and clients they still could use the 8 bits
members.

Fixes: https://tracker.ceph.com/issues/57854
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit cbd7e3040208a5d89b9a95d4161dbd908da51079)
src/client/Client.cc
src/client/Client.h
src/client/MetaRequest.cc
src/client/MetaRequest.h
src/include/ceph_fs.h
src/mds/cephfs_features.cc
src/mds/cephfs_features.h
src/messages/MClientRequest.h