]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: replace code with free_rsp_buf()
authorSachin Prabhu <sprabhu@redhat.com>
Mon, 16 Jun 2014 14:35:24 +0000 (15:35 +0100)
committerSteve French <smfrench@gmail.com>
Thu, 26 Jun 2014 06:11:25 +0000 (01:11 -0500)
commit6642176bf490a3d9c54578c4d0de64028185e257
treee773104448fdc80238911c1ba72b040b968d46b5
parente12f494d99b8df5abd808225e556eeabe68a856c
cifs: replace code with free_rsp_buf()

The functionality provided by free_rsp_buf() is duplicated in a number
of places. Replace these instances with a call to free_rsp_buf().

Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Reviewed-by: Shirish Pargaonkar <spargaonkar@suse.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/misc.c
fs/cifs/smb2pdu.c