]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ceph: make use of "else" where appropriate
authorAlex Elder <elder@dreamhost.com>
Mon, 23 Jan 2012 21:49:27 +0000 (15:49 -0600)
committerAlex Elder <elder@dreamhost.com>
Thu, 22 Mar 2012 15:47:45 +0000 (10:47 -0500)
commita5bc3129a296fd4663c3ef0be5575e82453739dd
tree96024ed3b2cb7afef2fe860da26be030ec483e0b
parent5766651971e81298732466c9aa462ff47898ba37
ceph: make use of "else" where appropriate

Rearrange ceph_tcp_connect() a bit, making use of "else" rather than
re-testing a value with consecutive "if" statements.  Don't record a
connection's socket pointer unless the connect operation is
successful.

Signed-off-by: Alex Elder <elder@dreamhost.com>
Signed-off-by: Sage Weil <sage@newdream.net>
net/ceph/messenger.c