From: Michael Kerrisk Date: Fri, 10 Sep 2010 20:26:56 +0000 (+0000) Subject: ipv4: enable getsockopt() for IP_NODEFRAG X-Git-Tag: v2.6.36-rc5~12^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a89b47639f3e11dd9a8eb78a5d3382e109c876f2;p=pandora-kernel.git ipv4: enable getsockopt() for IP_NODEFRAG While integrating your man-pages patch for IP_NODEFRAG, I noticed that this option is settable by setsockopt(), but not gettable by getsockopt(). I suppose this is not intended. The (untested, trivial) patch below adds getsockopt() support. Signed-off-by: Michael kerrisk Acked-by: Jiri Olsa Signed-off-by: David S. Miller --- Reading git-diff-tree failed