Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24979
b: refs/heads/master
c: a4e85b5
h: refs/heads/master
i:
  24977: 9b1033a
  24975: 2d83faa
v: v3
  • Loading branch information
Steve French committed Mar 2, 2006
1 parent 40ceef0 commit 4e5a414
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 82940a465829b0c757dea45889aa150c8083e3d9
refs/heads/master: a4e85b5f620f59bd9308e29f833648f792d422f7
2 changes: 1 addition & 1 deletion trunk/fs/cifs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ int cifs_setattr(struct dentry *direntry, struct iattr *attrs)
nfid, npid, FALSE);
atomic_dec(&open_file->wrtPending);
cFYI(1,("SetFSize for attrs rc = %d", rc));
if(rc == -EINVAL) {
if((rc == -EINVAL) ||(rc == -EOPNOTSUPP)) {
int bytes_written;
rc = CIFSSMBWrite(xid, pTcon,
nfid, 0, attrs->ia_size,
Expand Down

0 comments on commit 4e5a414

Please sign in to comment.