git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce02b6
)
NFSD: fix a leak which can cause CREATE_SESSION failures
author
Kinglong Mee
<kinglongmee@gmail.com>
Mon, 23 Dec 2013 09:31:21 +0000
(17:31 +0800)
committer
J. Bruce Fields
<bfields@redhat.com>
Fri, 3 Jan 2014 23:18:47 +0000
(18:18 -0500)
check_forechannel_attrs gets drc memory, so nfsd must put it when
check_backchannel_attrs fails.
After many requests with bad back channel attrs, nfsd will deny any
client's CREATE_SESSION forever.
A new test case named CSESS29 for pynfs will send in another mail.
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
patch
|
blob
|
history
diff --cc
fs/nfsd/nfs4state.c
Simple merge