diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-20 13:44:56 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-20 13:44:56 -0700 |
commit | 23e7dd7d95f6fdc167a6d6ddea79ced0af33bbff (patch) | |
tree | dc7f5947df09eaca23c25a4d4a908e4dfe81cf40 /fs/cifs/CHANGES | |
parent | 84d2f07e8e5e2424eec0f5acfef6792c924a0549 (diff) | |
download | linux-3.10-23e7dd7d95f6fdc167a6d6ddea79ced0af33bbff.tar.gz linux-3.10-23e7dd7d95f6fdc167a6d6ddea79ced0af33bbff.tar.bz2 linux-3.10-23e7dd7d95f6fdc167a6d6ddea79ced0af33bbff.zip |
[CIFS] Defer close of file handle slightly if there are pending writes that
need to get in ahead of it that depend on that file handle. Fixes
occassional bad file handle errors on write with heavy use multiple process
cases.
Signed-off-by: Steve French <sfrench@us.ibm.com>
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 f554a70c9cf..5bab24f5905 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -1,3 +1,9 @@ +Version 1.39 +------------ +Defer close of a file handle slightly if pending writes depend on that file handle +(this reduces the EBADF bad file handle errors that can be logged under heavy +stress on writes). + Version 1.38 ------------ Fix tcp socket retransmission timeouts (e.g. on ENOSPACE from the socket) |