diff options
author | Zoltan Menyhart <[email protected]> | 2008-02-04 15:19:16 -0800 |
---|---|---|
committer | Tony Luck <[email protected]> | 2008-02-04 15:19:16 -0800 |
commit | 5302ac5019367470e123cb91844a28d6941e6912 (patch) | |
tree | 33b7ede4df3f5c476cec45b997471ef7a1567f9c /net/unix/sysctl_net_unix.c | |
parent | 97075c4b3b7fdd6a083eea075c3a4a601f0d64d8 (diff) |
[IA64] Slim-down __clear_bit_unlock
- I removed the unnecessary barrier() from __clear_bit_unlock().
ia64_st4_rel_nta() makes sure all the modifications are globally
seen before the bit is seen to be off.
- I made __clear_bit() modeled after __set_bit() and __change_bit().
- I corrected some comments sating that a memory barrier is provided,
yet in reality, it is the acquisition side of the memory barrier only.
- I corrected some comments, e.g. test_and_clear_bit() was peaking
about "bit to set".
Signed-off-by: Zoltan Menyhart, <[email protected]>
Acked-by: Nick Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions