diff options
author | Michael Ellerman <[email protected]> | 2005-09-01 11:29:06 +1000 |
---|---|---|
committer | Jeff Garzik <[email protected]> | 2005-08-31 22:39:43 -0400 |
commit | b08bd5c0a3110f143faeef9cd057d9d8ff2f0714 (patch) | |
tree | ee9e8d2e5457a2bb06d301b528203fca2c4db18e /net/unix/af_unix.c | |
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]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions