nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 12 Jun 2012 12:28:48 +0000 (08:28 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 14 Jun 2012 17:54:08 +0000 (13:54 -0400)
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 <bhalevy@tonian.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found