Skip to content
Commit a663bdd8 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

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: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 5d18c1c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment