From 0661d8025a2e19eb7d035418fa8527cc0360f81b Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Sat, 15 Feb 2014 19:08:42 -0800 Subject: [PATCH] PGBackend: make getattrs virtual This way, the backend can choose to filter private attrs. Signed-off-by: Samuel Just --- src/osd/PGBackend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PGBackend.h b/src/osd/PGBackend.h index 9bc783a2fc85b..397efbee7891c 100644 --- a/src/osd/PGBackend.h +++ b/src/osd/PGBackend.h @@ -546,7 +546,7 @@ const string &attr, bufferlist *out); - int objects_get_attrs( + virtual int objects_get_attrs( const hobject_t &hoid, map *out); -- 2.39.5