diff options
Diffstat (limited to 'fs/ceph/crush/mapper.c')
-rw-r--r-- | fs/ceph/crush/mapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/crush/mapper.c b/fs/ceph/crush/mapper.c index 2523d448445c..9ba54efb6543 100644 --- a/fs/ceph/crush/mapper.c +++ b/fs/ceph/crush/mapper.c | |||
@@ -254,7 +254,7 @@ static int crush_bucket_choose(struct crush_bucket *in, int x, int r) | |||
254 | x, r); | 254 | x, r); |
255 | default: | 255 | default: |
256 | BUG_ON(1); | 256 | BUG_ON(1); |
257 | return in->items[0]; | 257 | return in->items[0]; |
258 | } | 258 | } |
259 | } | 259 | } |
260 | 260 | ||