diff options
| author | Greg Banks <[email protected]> | 2006-10-02 02:17:57 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-10-02 07:57:19 -0700 |
| commit | c081a0c7cfe42adf8e8b9c2b8d0b2ec7f47603e8 (patch) | |
| tree | b8be50680c576427f29195946332bacd56eb1055 /include/linux/debugobjects.h | |
| parent | 5685f0fa1c24b138d041ef129ed419c5effa40e1 (diff) | |
[PATCH] knfsd: test and set SK_BUSY atomically
The SK_BUSY bit in svc_sock->sk_flags ensures that we do not attempt to
enqueue a socket twice. Currently, setting and clearing the bit is protected
by svc_serv->sv_lock. As I intend to reduce the data that the lock protects
so it's not held when svc_sock_enqueue() tests and sets SK_BUSY, that test and
set needs to be atomic.
Signed-off-by: Greg Banks <[email protected]>
Signed-off-by: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions