From: J. Bruce Fields Date: Thu, 21 Oct 2010 21:17:31 +0000 (-0400) Subject: nfsd4: fix connection allocation in sequence() X-Git-Tag: v2.6.37-rc1~113^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a663bdd8c5d18d287f7468470816c9e0e66343c1;p=pandora-kernel.git nfsd4: fix connection allocation in sequence() We're doing an allocation under a spinlock, and ignoring the possibility of allocation failure. A better fix wouldn't require an unnecessary allocation in the common case, but we'll leave that for later. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed