aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ceph/crush/mapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/crush/mapper.c b/fs/ceph/crush/mapper.c
index c268393adfcb..54f3f402af60 100644
--- a/fs/ceph/crush/mapper.c
+++ b/fs/ceph/crush/mapper.c
@@ -253,7 +253,7 @@ static int crush_bucket_choose(struct crush_bucket *in, int x, int r)
253 x, r); 253 x, r);
254 default: 254 default:
255 BUG_ON(1); 255 BUG_ON(1);
256/* return in->items[0] */; 256 return in->items[0];
257 } 257 }
258} 258}
259 259