commit | 851bdd11ca8b855ee946f50dac0850a4bec875c9 | [log] [tgz] |
---|---|---|
author | xiao jin <jin.xiao@intel.com> | Fri Apr 25 08:53:29 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 26 12:52:28 2014 -0400 |
tree | 54a7f137c47a16fb76a92253f102e4bc6179f994 | |
parent | 1818ce4dc59a71a53faa33a7ca050ca9c406bf66 [diff] |
inetpeer_gc_worker: trivial cleanup Do not initialize list twice. list_replace_init() already takes care of initializing list. We don't need to initialize it with LIST_HEAD() beforehand. Signed-off-by: xiao jin <jin.xiao@intel.com> Reviewed-by: David Cohen <david.a.cohen@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>