mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[CIFS] Fix minor problem with previous patch
The patch NFS stress test generates flood of "close with pending write was missing an if Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
6e659c6399
commit
f7b2e8c76b
@ -498,7 +498,8 @@ int cifs_close(struct inode *inode, struct file *file)
|
||||
msleep(timeout);
|
||||
timeout *= 4;
|
||||
}
|
||||
cERROR(1,("close with pending writes"));
|
||||
if(atomic_read(&pSMBFile->wrtPending))
|
||||
cERROR(1,("close with pending writes"));
|
||||
rc = CIFSSMBClose(xid, pTcon,
|
||||
pSMBFile->netfid);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user