diff options
| author | J. Bruce Fields <[email protected]> | 2007-07-31 00:37:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-31 15:39:38 -0700 |
| commit | 4a4b88317aa02c82e66e37debb764d4ff3eedd70 (patch) | |
| tree | 4a4a2157f5b4117d28c38cb290dd1c804246ffb1 /scripts | |
| parent | 0a725fc4d3bfc4734164863d6c50208b109ca5c7 (diff) | |
knfsd: eliminate unnecessary -ENOENT returns on export downcalls
A succesful downcall with a negative result (which indicates that the given
filesystem is not exported to the given user) should not return an error.
Currently mountd is depending on stdio to write these downcalls. With some
versions of libc this appears to cause subsequent writes to attempt to write
all accumulated data (for which writes previously failed) along with any new
data. This can prevent the kernel from seeing responses to later downcalls.
Symptoms will be that nfsd fails to respond to certain requests.
Signed-off-by: "J. Bruce Fields" <[email protected]>
Cc: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions