]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: do not use item item_caps in two different lists
authorDhairya Parmar <dparmar@redhat.com>
Mon, 4 Mar 2024 08:41:38 +0000 (14:11 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Mon, 15 Apr 2024 12:02:19 +0000 (17:32 +0530)
commitee77667211e9a18d60cc78d56079a89840b244ff
tree9791b0091c1ac426515ade48a767cf8a39ccf7c8
parent92e0ed912280688adf8a4c4ad77c8ad89efc5587
mds: do not use item item_caps in two different lists

make use of item_to_flush instead of item_caps in Locker::need_snapflush_inodes

Fixes: https://tracker.ceph.com/issues/64008
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 207a9beac4b7863f071ce82b04b37ce8766e9178)
src/mds/Locker.cc
src/mds/MDCache.cc