From 17d6a993fc17d533460c5f40f3908c708e057c18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 23 May 2024 18:45:17 +0200 Subject: Merging upstream version 18.2.3. Signed-off-by: Daniel Baumann --- src/osd/OpRequest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osd/OpRequest.h') diff --git a/src/osd/OpRequest.h b/src/osd/OpRequest.h index 1a608b583..832c79353 100644 --- a/src/osd/OpRequest.h +++ b/src/osd/OpRequest.h @@ -35,6 +35,7 @@ public: bool op_info_needs_init() const { return op_info.get_flags() == 0; } bool check_rmw(int flag) const { return op_info.check_rmw(flag); } bool may_read() const { return op_info.may_read(); } + bool may_read_data() const { return op_info.may_read_data(); } bool may_write() const { return op_info.may_write(); } bool may_cache() const { return op_info.may_cache(); } bool rwordered_forced() const { return op_info.rwordered_forced(); } -- cgit v1.2.3