summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorXue Ying <ying.xue@windriver.com>2012-08-10 06:58:37 +0400
committerDavid Teigland <teigland@redhat.com>2012-08-10 18:10:10 +0400
commitb4c798cf695dc7cee9798a686128461ad0070115 (patch)
tree920c1d11f1e2a5f141190cc01a828560ffc80d73 /arch
parent475f230c6072fb2186f48b23943afcd0ee3a8343 (diff)
downloadlinux-b4c798cf695dc7cee9798a686128461ad0070115.tar.xz
dlm: remove redundant variable assignments
Once the tcp_create_listen_sock() is returned successfully, we will invoke add_sock() immediately. In add_sock(), the 'con' variable is assigned to 'sk_user_data', meanwhile, the 'sock' is also set to 'con->sock'. So it's unnecessary to do the same thing in tcp_create_listen_sock(). Signed-off-by: Xue Ying <ying.xue@windriver.com> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions