commit | 031d869d0e0be18cfe35526be5608225b8f0a7be | [log] [tgz] |
---|---|---|
author | Olaf Kirch <okir@suse.de> | Wed Oct 04 02:16:02 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Oct 04 07:55:17 2006 -0700 |
tree | b9b8445bec58d268feaa2efb61da5133ffcc2093 | |
parent | abd1f50094cad9dff6d68ada98b495549f52fc30 [diff] |
[PATCH] knfsd: make nlmclnt_next_cookie SMP safe The way we incremented the NLM cookie in nlmclnt_next_cookie was not thread safe. This patch changes the counter to an atomic_t Signed-off-by: Olaf Kirch <okir@suse.de> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>