]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: add deprecation warning to sockopt=TCP_NODELAY option
authorJeff Layton <jlayton@redhat.com>
Tue, 14 Aug 2012 18:39:40 +0000 (14:39 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 14 Sep 2012 14:44:10 +0000 (09:44 -0500)
commit23c3243f9dcb1e17a084587173382c74bb427e03
tree5c2420e5ec999dd5596726bbae3f76d0fe4e1d4a
parentbf74cc646d412a2dc6a23c76680d0d668d970989
cifs: add deprecation warning to sockopt=TCP_NODELAY option

Now that we're using TCP_CORK on the socket, there's no value in
continuting to support this option. Schedule it for removal in 3.9.

Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/connect.c