Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196881
b: refs/heads/master
c: fc8ce19
h: refs/heads/master
i:
  196879: c9e0113
v: v3
  • Loading branch information
Philipp Reisner authored and Jens Axboe committed May 21, 2010
1 parent 5d5c9ee commit d5f8c4d
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: 4604d6366859f781ad16c07a6c65b16fc96e26c5
refs/heads/master: fc8ce1941d668c70e57a07f13f5a63e73e5dbff3
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 @@ -127,7 +127,7 @@ static void drbd_endio_write_sec_final(struct drbd_epoch_entry *e) __releases(lo
drbd_bump_write_ordering(mdev, WO_bdev_flush);
spin_lock_irqsave(&mdev->req_lock, flags);
list_del(&e->w.list);
e->flags |= EE_RESUBMITTED;
e->flags = (e->flags & ~EE_WAS_ERROR) | EE_RESUBMITTED;
e->w.cb = w_e_reissue;
/* put_ldev actually happens below, once we come here again. */
__release(local);
Expand Down

0 comments on commit d5f8c4d

Please sign in to comment.