summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_os_lib.h
diff options
context:
space:
mode:
authorMatt Benjamin <mbenjamin@redhat.com>2015-11-07 21:46:52 +0100
committerMatt Benjamin <mbenjamin@redhat.com>2016-02-12 18:05:44 +0100
commit71590b8b345970bad132dd3c6ede17adb713fbbd (patch)
tree481cb805b7df9a45c567ee551027da862f9bfa55 /src/rgw/rgw_os_lib.h
parentlibrgw: add diagnostic dump_buckets() call. (diff)
downloadceph-71590b8b345970bad132dd3c6ede17adb713fbbd.tar.xz
ceph-71590b8b345970bad132dd3c6ede17adb713fbbd.zip
librgw: add RGWStatObjRequest and use it
* implement a stat operation over RGWGetObj (returning early) * use stat to validate rgw_lookup * use stat to implement rgw_getattr Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Diffstat (limited to 'src/rgw/rgw_os_lib.h')
-rw-r--r--src/rgw/rgw_os_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rgw/rgw_os_lib.h b/src/rgw/rgw_os_lib.h
index 8a7964909c3..dc8378f087e 100644
--- a/src/rgw/rgw_os_lib.h
+++ b/src/rgw/rgw_os_lib.h
@@ -10,6 +10,8 @@
/* RGWOps */
+/* XXX can gc this entire level, and shrink vtables */
+
class RGWListBuckets_OS_Lib : public RGWListBuckets {
public: