From: Zach Brown Date: Fri, 23 Jul 2010 17:30:45 +0000 (-0700) Subject: RDS: lock rds_conn_count decrement in rds_conn_destroy() X-Git-Tag: v2.6.37-rc1~147^2~499^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8ff6b58f040dd52d2db45972db8e0301847f1c;p=pandora-kernel.git RDS: lock rds_conn_count decrement in rds_conn_destroy() rds_conn_destroy() can race with all other modifications of the rds_conn_count but it was modifying the count without locking. Signed-off-by: Zach Brown --- Reading git-diff-tree failed