Yafang Shao
743e481580
tcp: remove useless add operation when init sysctl_max_tw_buckets
...
cp_hashinfo.ehash_mask is always an odd number, which is set in function
alloc_large_system_hash(). See bellow,
if (_hash_mask)
*_hash_mask = (1 << log2qty) - 1; <<< always odd number
Hence the local variable 'cnt' is a even number, as a result of that it is
no difference to do the incrementation here.
Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-09-02 16:12:41 -07:00
..
2018-07-06 12:32:12 +02:00
2018-08-17 17:27:58 -07:00
2018-07-24 14:10:43 -07:00
2018-06-28 10:40:47 -07:00
2018-08-15 15:04:25 -07:00
2018-07-24 14:10:42 -07:00
2018-07-20 21:17:12 -07:00
2018-08-15 15:04:25 -07:00
2018-08-03 00:47:32 +02:00
2018-08-15 15:04:25 -07:00
2018-08-31 23:13:04 -07:00
2018-07-30 09:10:25 -07:00
2018-06-28 10:40:47 -07:00
2018-08-13 17:55:44 +02:00
2018-08-31 17:41:08 -07:00
2018-07-27 13:17:50 -07:00
2018-08-09 11:52:36 -07:00
2018-08-09 14:11:24 -07:00
2018-07-24 14:10:43 -07:00
2018-08-21 12:45:44 -07:00
2018-06-26 11:33:04 +09:00
2018-08-06 11:21:15 +02:00
2018-04-22 21:12:00 -04:00
2018-09-02 16:12:41 -07:00
2018-08-31 23:04:52 -07:00
2018-08-08 09:39:36 -07:00
2018-07-24 14:10:43 -07:00
2018-07-27 09:33:37 -07:00
2018-08-13 20:45:49 -07:00
2018-08-09 11:52:36 -07:00
2018-08-29 11:01:51 +02:00
2018-08-06 11:21:37 +02:00
2018-07-24 14:10:42 -07:00
2018-08-29 19:10:40 -07:00
2018-08-23 18:48:43 -07:00
2018-06-19 10:43:55 -04:00
2018-08-05 13:04:31 -07:00
2018-06-28 10:40:47 -07:00
2018-07-30 09:10:25 -07:00
2018-07-12 16:55:29 -07:00
2018-08-02 10:55:32 -07:00
2018-08-13 09:21:05 -07:00
2018-06-28 10:40:47 -07:00
2018-07-05 20:20:03 +09:00
2018-09-01 19:52:50 -07:00
2018-08-28 11:15:27 +02:00
2018-06-28 10:40:47 -07:00
2018-08-15 15:04:25 -07:00
2018-08-31 22:57:43 -07:00
2018-08-11 12:25:15 -07:00
2018-08-17 16:45:51 -06:00
2018-08-01 10:00:06 -07:00
2018-08-23 16:03:58 -07:00
2018-08-09 11:52:36 -07:00
2018-09-01 19:52:50 -07:00
2018-08-03 16:44:19 -07:00
2018-08-07 12:39:13 -07:00
2018-07-24 14:10:42 -07:00
2018-08-29 11:01:51 +02:00
2018-07-24 14:10:42 -07:00
2018-09-01 01:38:16 +02:00
2018-08-02 10:55:32 -07:00
2018-08-06 10:42:48 -07:00
2018-07-24 14:10:43 -07:00
2018-06-28 13:36:39 +09:00
2018-08-15 15:04:25 -07:00
2018-03-27 13:18:09 -04:00