Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213151
b: refs/heads/master
c: f10f262
h: refs/heads/master
i:
  213149: 4a86ff3
  213147: cce26bc
  213143: 3c8d5ce
  213135: 0056e71
  213119: d7de0e6
v: v3
  • Loading branch information
Philipp Reisner committed Oct 14, 2010
1 parent 905c11e commit 3b9bc40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 00b425377d60e67e86721d4ce6d7cbf131a5d0fd
refs/heads/master: f10f262349762c96ab247b6108af3a30b52b6f5a
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ static void fifo_set(struct fifo_buffer *fb, int value)
int i;

for (i = 0; i < fb->size; i++)
fb->values[i] += value;
fb->values[i] = value;
}

static int fifo_push(struct fifo_buffer *fb, int value)
Expand Down

0 comments on commit 3b9bc40

Please sign in to comment.