Skip to content

Commit

Permalink
[PATCH] nbd: remove duplicate assignment
Browse files Browse the repository at this point in the history
      <stuartm@connecttech.com>

Sent by Paul Clements <paul.clements@steeleye.com>, who needs to read
Documentation/SubmittingPatches..

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
taneli.vahakangas@netsonic.fi authored and Linus Torvalds committed Jan 9, 2006
1 parent a885c8c commit 9fa37fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/block/nbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ static int sock_xmit(struct socket *sock, int send, void *buf, int size,
msg.msg_namelen = 0;
msg.msg_control = NULL;
msg.msg_controllen = 0;
msg.msg_namelen = 0;
msg.msg_flags = msg_flags | MSG_NOSIGNAL;

if (send)
Expand Down

0 comments on commit 9fa37fd

Please sign in to comment.