From: Paul Moore Date: Wed, 8 Aug 2007 00:53:10 +0000 (-0700) Subject: [NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping hash table X-Git-Tag: v2.6.23-rc3~70^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3482fd9099e8aab8b8096eb6da93571ea5a0b4c2;p=pandora-kernel.git [NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping hash table The LSM domain mapping head table pointer was not being referenced via the RCU safe dereferencing function, rcu_dereference(). This patch adds those missing calls to the NetLabel code. This has been tested using recent linux-2.6 git kernels with no visible regressions. Signed-off-by: Paul Moore Signed-off-by: David S. Miller --- Reading git-diff-tree failed