Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346195
b: refs/heads/master
c: c5b005a
h: refs/heads/master
i:
  346193: 84686b4
  346191: b0f57b0
v: v3
  • Loading branch information
Philipp Reisner committed Nov 8, 2012
1 parent 66ff920 commit 84d768c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1882e22df7850b7ff74395aa955066f5405020d6
refs/heads/master: c5b005ab7091c9ef4ca9b47569a8e27e54588933
6 changes: 3 additions & 3 deletions trunk/drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2637,10 +2637,10 @@ int set_resource_options(struct drbd_tconn *tconn, struct res_opts *res_opts)
/* silently ignore cpu mask on UP kernel */
if (nr_cpu_ids > 1 && res_opts->cpu_mask[0] != 0) {
/* FIXME: Get rid of constant 32 here */
err = __bitmap_parse(res_opts->cpu_mask, 32, 0,
cpumask_bits(new_cpu_mask), nr_cpu_ids);
err = bitmap_parse(res_opts->cpu_mask, 32,
cpumask_bits(new_cpu_mask), nr_cpu_ids);
if (err) {
conn_warn(tconn, "__bitmap_parse() failed with %d\n", err);
conn_warn(tconn, "bitmap_parse() failed with %d\n", err);
/* retcode = ERR_CPU_MASK_PARSE; */
goto fail;
}
Expand Down

0 comments on commit 84d768c

Please sign in to comment.