]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/os/seastore/cached_extent: drop CLEAN_PENDING state
authorYingxin Cheng <yingxin.cheng@intel.com>
Fri, 25 Apr 2025 06:47:16 +0000 (14:47 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Wed, 4 Jun 2025 02:17:52 +0000 (10:17 +0800)
commit9c9e4e61238af8353b734398ec1ae54a80931e0f
tree8e04a9e2f9876f1e92bedc813edbb61b65669edf
parentecf4a7123a58fdd2119f74753abf9549781ed714
crimson/os/seastore/cached_extent: drop CLEAN_PENDING state

It is only used to prevent printing details when the buffer is still
loading, and is a special case of CLEAN.

It doesn't worth a dedicated state that complicates state-related
decisions.

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/cache.h
src/crimson/os/seastore/cached_extent.cc
src/crimson/os/seastore/cached_extent.h