diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index f554a70c9cf3..5bab24f59053 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,3 +1,9 @@ | |||
1 | Version 1.39 | ||
2 | ------------ | ||
3 | Defer close of a file handle slightly if pending writes depend on that file handle | ||
4 | (this reduces the EBADF bad file handle errors that can be logged under heavy | ||
5 | stress on writes). | ||
6 | |||
1 | Version 1.38 | 7 | Version 1.38 |
2 | ------------ | 8 | ------------ |
3 | Fix tcp socket retransmission timeouts (e.g. on ENOSPACE from the socket) | 9 | Fix tcp socket retransmission timeouts (e.g. on ENOSPACE from the socket) |