From: Trond Myklebust Date: Tue, 2 Mar 2010 18:06:22 +0000 (-0500) Subject: NFS: Fix an allocation-under-spinlock bug X-Git-Tag: v2.6.34-rc1~190^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebed9203b68a4f333ce5d17e874b26c3afcfeff1;p=pandora-kernel.git NFS: Fix an allocation-under-spinlock bug sunrpc_cache_update() will always call detail->update() from inside the detail->hash_lock, so it cannot allocate memory. Signed-off-by: Trond Myklebust Cc: stable@kernel.org --- Reading git-diff-tree failed