[CIFS] Defer close of file handle slightly if there are pending writes that
authorSteve French <sfrench@us.ibm.com>
Thu, 20 Oct 2005 20:44:56 +0000 (13:44 -0700)
committerSteve French <sfrench@us.ibm.com>
Thu, 20 Oct 2005 20:44:56 +0000 (13:44 -0700)
commit23e7dd7d95f6fdc167a6d6ddea79ced0af33bbff
treedc7f5947df09eaca23c25a4d4a908e4dfe81cf40
parent84d2f07e8e5e2424eec0f5acfef6792c924a0549
[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>
fs/cifs/CHANGES
fs/cifs/cifsfs.h
fs/cifs/cifsglob.h
fs/cifs/file.c
fs/cifs/inode.c