f->dump_int("size", size);
f->dump_stream("mtime") << mtime;
/* we should really print out the attrs here, but bufferlist
- const-correctness prents that */
+ const-correctness prevents that */
f->dump_int("attrs_size", attrs.size());
f->dump_int("flags", flags);
f->dump_unsigned("data_digest", data_digest);
*/
map<snapid_t, pool_snap_info_t> snaps;
/*
- * Alternatively, if we are definining non-pool snaps (e.g. via the
+ * Alternatively, if we are defining non-pool snaps (e.g. via the
* Ceph MDS), we must track @removed_snaps (since @snaps is not
* used). Snaps and removed_snaps are to be used exclusive of each
* other!
return blocked;
}
- // do simple synchronous mutual exclusion, for now. now waitqueues or anything fancy.
+ // do simple synchronous mutual exclusion, for now. no waitqueues or anything fancy.
void ondisk_write_lock() {
lock.Lock();
writers_waiting++;