Signed-off-by: David Zafman <david.zafman@inktank.com>
int FileStore::lfn_open(coll_t cid, const hobject_t& oid, int flags, mode_t mode,
IndexedPath *path,
- Index *index) {
+ Index *index)
+{
Index index2;
IndexedPath path2;
if (!path)
#define dout_subsys ceph_subsys_osd
#undef dout_prefix
#define dout_prefix _prefix(_dout, this)
-static ostream& _prefix(std::ostream *_dout, const PG *pg) {
+static ostream& _prefix(std::ostream *_dout, const PG *pg)
+{
return *_dout << pg->gen_prefix();
}
}
}
-void PG::_scan_snaps(ScrubMap &smap) {
+void PG::_scan_snaps(ScrubMap &smap)
+{
for (map<hobject_t, ScrubMap::object>::iterator i = smap.objects.begin();
i != smap.objects.end();
++i) {