commit | b08bd5c0a3110f143faeef9cd057d9d8ff2f0714 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <[email protected]> | Thu Sep 01 11:29:06 2005 +1000 |
committer | Jeff Garzik <[email protected]> | Wed Aug 31 22:39:43 2005 -0400 |
tree | ee9e8d2e5457a2bb06d301b528203fca2c4db18e | |
parent | d7893ddd1b2110a54a5b1773a405748172ba1fe5 [diff] |
[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 <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>