From: Andrew Deason Date: Tue, 17 Dec 2013 23:27:53 +0000 (-0600) Subject: rx: Remove obsolete comment X-Git-Tag: openafs-stable-1_8_0pre1~870 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=2ed7023b26acb3277e42eac803a0702b95167e6e rx: Remove obsolete comment This comment refers to the fact that we used to be just checking for SELinux to see if we should pass that extra argument. Ever since commit cb1b41b159b98881f66319d7f65d941ba9fab911, we do have a better test for this. Change-Id: Idf2ff879f05774f49a11d04f87579afccf385b57 Reviewed-on: http://gerrit.openafs.org/10593 Tested-by: BuildBot Reviewed-by: Marc Dionne Reviewed-by: Derrick Brashear --- diff --git a/src/rx/LINUX/rx_knet.c b/src/rx/LINUX/rx_knet.c index 81f4400..5c16b31 100644 --- a/src/rx/LINUX/rx_knet.c +++ b/src/rx/LINUX/rx_knet.c @@ -48,9 +48,6 @@ rxk_NewSocketHost(afs_uint32 ahost, short aport) int pmtu = IP_PMTUDISC_DONT; #endif - /* We need a better test for this. if you need it back, tell us - * how to detect it. - */ #ifdef LINUX_KERNEL_SOCK_CREATE_V code = sock_create(AF_INET, SOCK_DGRAM, IPPROTO_UDP, &sockp, 0); #else