Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199899
b: refs/heads/master
c: 344fa46
h: refs/heads/master
i:
  199897: aea4549
  199895: 5135be3
v: v3
  • Loading branch information
Lars Ellenberg authored and Jens Axboe committed Jun 1, 2010
1 parent a8e22ec commit d3246e8
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: 2c8d196759054b632788633b20e39167df36041d
refs/heads/master: 344fa462e3246bd102059ccc3c59deef416676dd
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ static inline void drbd_tcp_nodelay(struct socket *sock)

static inline void drbd_tcp_quickack(struct socket *sock)
{
int __user val = 1;
int __user val = 2;
(void) drbd_setsockopt(sock, SOL_TCP, TCP_QUICKACK,
(char __user *)&val, sizeof(val));
}
Expand Down

0 comments on commit d3246e8

Please sign in to comment.