mirror of
https://github.com/ceph/ceph
synced 2025-02-07 19:03:18 +00:00
crimson/os: reference this explicitly
to silence false alarm from Clang that `this` is not used. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
79f0a2b5c6
commit
5f0d7cd415
@ -311,7 +311,7 @@ public:
|
||||
if (!ref->is_valid()) {
|
||||
LOG_PREFIX(Cache::get_extent);
|
||||
DEBUGT("got invalid extent: {}", t, ref);
|
||||
invalidate(t, *ref.get());
|
||||
this->invalidate(t, *ref.get());
|
||||
return get_extent_iertr::make_ready_future<TCachedExtentRef<T>>();
|
||||
} else {
|
||||
t.add_to_read_set(ref);
|
||||
|
Loading…
Reference in New Issue
Block a user