From: Pavel Emelyanov Date: Mon, 15 Oct 2007 09:33:45 +0000 (-0700) Subject: [INET]: Collect common frag sysctl variables together X-Git-Tag: v2.6.24-rc1~1277^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04128f233f2b344f3438cde09723e9946463a573;p=pandora-kernel.git [INET]: Collect common frag sysctl variables together Some sysctl variables are used to tune the frag queues management and it will be useful to work with them in a common way in the future, so move them into one structure, moreover they are the same for all the frag management codes. I don't place them in the existing inet_frags object, introduced in the previous patch for two reasons: 1. to keep them in the __read_mostly section; 2. not to export the whole inet_frags objects outside. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed