From: J. Bruce Fields Date: Tue, 12 Jun 2012 12:28:48 +0000 (-0400) Subject: nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels X-Git-Tag: v3.5-rc3~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2df47a408f2d64cf81bcfd0f6e3e14c84cb0ab;p=pandora-kernel.git nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels Most frequent symptom was a BUG triggering in expire_client, with the server locking up shortly thereafter. Introduced by 508dc6e110c6dbdc0bbe84298ccfe22de7538486 "nfsd41: free_session/free_client must be called under the client_lock". Cc: stable@kernel.org Cc: Benny Halevy Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed