dlm: convert add_sock routine return value type to void
authorYing Xue <ying.xue@windriver.com>
Fri, 10 Aug 2012 06:58:42 +0000 (14:58 +0800)
committerDavid Teigland <teigland@redhat.com>
Fri, 10 Aug 2012 14:10:10 +0000 (09:10 -0500)
commit4dd40f0cd99a3500c6df80eb8f537678559c761e
tree24429c48cdb67570dd2aad4d695948e12b51e7c2
parentb4c798cf695dc7cee9798a686128461ad0070115
dlm: convert add_sock routine return value type to void

Since add_sock() always returns a success code - 0, its return
value type should be changed from integer to void.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c