From: Sage Weil Date: Mon, 11 Mar 2013 00:57:55 +0000 (-0700) Subject: crush: whitespace X-Git-Tag: v0.60~31^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b3b059e257f080d5fed44e32942423dc859556a7;p=ceph.git crush: whitespace Signed-off-by: Sage Weil --- diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index b2735b31926d..d081cff7142f 100644 --- a/src/crush/CrushWrapper.cc +++ b/src/crush/CrushWrapper.cc @@ -60,7 +60,7 @@ int CrushWrapper::remove_item(CephContext *cct, int item) if (t && t->size) { ldout(cct, 1) << "remove_device bucket " << item << " has " << t->size << " items, not empty" << dendl; return -ENOTEMPTY; - } + } was_bucket = t; } adjust_item_weight(cct, item, 0);