nfsd4: fix connection allocation in sequence()
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 21 Oct 2010 21:17:31 +0000 (17:17 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 25 Oct 2010 01:07:07 +0000 (21:07 -0400)
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 <bfields@redhat.com>

No differences found