From: Olaf Kirch Date: Wed, 4 Oct 2006 09:16:02 +0000 (-0700) Subject: [PATCH] knfsd: make nlmclnt_next_cookie SMP safe X-Git-Tag: v2.6.19-rc1~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=031d869d0e0be18cfe35526be5608225b8f0a7be;p=pandora-kernel.git [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 Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed