From: Andy Grover Date: Tue, 12 Jan 2010 22:19:32 +0000 (-0800) Subject: RDS: Clear up some confusing code in send_remove_from_sock X-Git-Tag: v2.6.37-rc1~147^2~499^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63273d4992603979ddb181b6a8f07082839b39f;p=pandora-kernel.git RDS: Clear up some confusing code in send_remove_from_sock The previous code was correct, but made the assumption that if r_notifier was non-NULL then either r_recverr or r_notify was true. Valid, but fragile. Changed to explicitly check r_recverr (shows up in greps for recverr now, too.) Signed-off-by: Andy Grover --- Reading git-diff-tree failed