From: Trond Myklebust Date: Thu, 14 Jun 2007 21:08:36 +0000 (-0400) Subject: SUNRPC: Optimise rpciod_up() X-Git-Tag: v2.6.23-rc1~1073^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab418d70e1fceda1e2824c45ba3323a1b1413507;p=pandora-kernel.git SUNRPC: Optimise rpciod_up() Instead of taking the mutex every time we just need to increment/decrement rpciod_users, we can optmise by using atomic_inc_not_zero and atomic_dec_and_test. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed