Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213142
b: refs/heads/master
c: a821cc4
h: refs/heads/master
v: v3
  • Loading branch information
Lars Ellenberg authored and Philipp Reisner committed Oct 14, 2010
1 parent 5d1b3e6 commit c9d199e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1d53f09e170e477de67babd7a10e277479260d51
refs/heads/master: a821cc4a9a8d9e67356f9a5cfc1206aa3cfd30f7
3 changes: 2 additions & 1 deletion trunk/drivers/block/drbd/drbd_receiver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,8 @@ static int receive_DataRequest(struct drbd_conf *mdev, enum drbd_packets cmd, un
"no local data.\n");
drbd_send_ack_rp(mdev, cmd == P_DATA_REQUEST ? P_NEG_DREPLY :
P_NEG_RS_DREPLY , p);
return TRUE;
/* drain possibly payload */
return drbd_drain_block(mdev, digest_size);
}

/* GFP_NOIO, because we must not cause arbitrary write-out: in a DRBD
Expand Down

0 comments on commit c9d199e

Please sign in to comment.