Fix it, so it can be enabled and work.
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
*onodes += num;
*pinned_onodes += num - lru.size();
}
+#ifdef DEBUG_CACHE
+ void _audit(const char *when) override
+ {
+ }
+#endif
};
// OnodeCacheShard
*bytes += buffer_bytes;
}
#ifdef DEBUG_CACHE
- void _audit(const char *s) override
+ void _audit(const char *when) override
{
dout(10) << __func__ << " " << when << " start" << dendl;
uint64_t s = 0;
}
#ifdef DEBUG_CACHE
- void _audit(const char *s) override
+ void _audit(const char *when) override
{
dout(10) << __func__ << " " << when << " start" << dendl;
uint64_t s = 0;