commit | a663bdd8c5d18d287f7468470816c9e0e66343c1 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Oct 21 17:17:31 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Sun Oct 24 21:07:07 2010 -0400 |
tree | 9949b3b2b678c1da67e97ee2c312b1a17b98e4c8 | |
parent | 5d18c1c2a9a74e0f966c257520b8b7f5136c87b3 [diff] |
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 <bfields@redhat.com>