From 6820be6c249c294c30ec60a83657aec303f2ffae Mon Sep 17 00:00:00 2001 From: sageweil Date: Tue, 23 Oct 2007 21:28:45 +0000 Subject: [PATCH] formatting git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1988 29311d96-e01e-0410-9327-a35deaab8ce9 --- branches/sage/crush/crush/mapper.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/branches/sage/crush/crush/mapper.c b/branches/sage/crush/crush/mapper.c index fe0af8c9c8ed0..e0a71f85631ff 100644 --- a/branches/sage/crush/crush/mapper.c +++ b/branches/sage/crush/crush/mapper.c @@ -274,10 +274,10 @@ int crush_do_rule(struct crush_map *map, /* determine hierarchical context of forcefeed, if any */ if (forcefeed >= 0) { - if (map->device_parents[forcefeed] == 0) { - printf("CRUSH: forcefed device dne\n"); - return -1; /* force fed device dne */ - } + if (map->device_parents[forcefeed] == 0) { + /*printf("CRUSH: forcefed device dne\n");*/ + return -1; /* force fed device dne */ + } while (1) { force_stack[++force_pos] = forcefeed; /*printf("force_stack[%d] = %d\n", force_pos, forcefeed);*/ -- 2.39.5