cifs: remove bogus reset of smb_buf_length in smb_send routines
authorJeff Layton <jlayton@redhat.com>
Mon, 23 Jul 2012 17:28:37 +0000 (13:28 -0400)
committerSteve French <smfrench@gmail.com>
Mon, 23 Jul 2012 21:36:31 +0000 (16:36 -0500)
commitd971e0656bf6e57925292dae755d36fb3c5b093d
tree080fa13c26c890e37c3a392d3fde877f52f0a538
parentc5fd363d771393a7b42bbbe051f30f97d4867a40
cifs: remove bogus reset of smb_buf_length in smb_send routines

There's a comment here about how we don't want to modify this length,
but nothing in this function actually does.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/transport.c