From: Michael Ellerman Date: Thu, 1 Sep 2005 01:29:06 +0000 (+1000) Subject: [PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variable X-Git-Tag: v2.6.14-rc1~1018^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08bd5c0a3110f143faeef9cd057d9d8ff2f0714;p=pandora-kernel.git [PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variable The iseries_veth driver uses atomic ops to manipulate the in_use field of one of its per-connection structures. However all references to the flag occur while the connection's lock is held, so the atomic ops aren't necessary. Signed-off-by: Michael Ellerman Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed