From: Arjan van de Ven Date: Sat, 10 Jan 2009 18:18:44 +0000 (-0800) Subject: libata: only ports >= 0 need to synchronize X-Git-Tag: v2.6.29-rc1~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa853a48413c2ca1a5dc6b539bf07cf8e7247f8e;p=pandora-kernel.git libata: only ports >= 0 need to synchronize In a discussio with Jeff Garzik, he mentioned that the serialization for the libata port probes only needs to be within the domain of a host. This means that for the first port of each host (with ID 0), we don't need to wait, so we can relax our serialization a little. Signed-off-by: Arjan van de Ven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed