Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40859
b: refs/heads/master
c: f7b2e8c
h: refs/heads/master
i:
  40857: 7a2ab2a
  40855: 3c50709
v: v3
  • Loading branch information
Steve French committed Nov 9, 2006
1 parent 3c6f7dd commit 97f84c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e659c63998881e8f4a842edbe86ac8c5cdaee41
refs/heads/master: f7b2e8c76b3423a1d2501b9399261e9c9a33e100
3 changes: 2 additions & 1 deletion trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 97f84c4

Please sign in to comment.