]> git.karo-electronics.de Git - linux-beck.git/commit
cifs: add deprecation warning to sockopt=TCP_NODELAY option
authorJeff Layton <jlayton@redhat.com>
Tue, 18 Sep 2012 23:20:36 +0000 (16:20 -0700)
committerSteve French <smfrench@gmail.com>
Tue, 25 Sep 2012 02:46:31 +0000 (21:46 -0500)
commit67c1f5295150eb86d065d57b4515a472ecbf008f
tree0e62ce9d7e58ad086988588ee50890b20b723c90
parentc84ce4a7b22aa54017c61217f8a0e5e24d593da1
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