Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111153
b: refs/heads/master
c: d388908
h: refs/heads/master
i:
  111151: d17d937
v: v3
  • Loading branch information
Steve French committed Sep 24, 2008
1 parent a804f5b commit beff09e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 391e575556109744ae0aa198c1e245588a3ea76a
refs/heads/master: d388908ec40ada0001dfe05134de31d0cc62907c
4 changes: 4 additions & 0 deletions trunk/fs/cifs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,9 @@ cifs_set_file_info(struct inode *inode, struct iattr *attrs, int xid,

set_via_filehandle:
rc = CIFSSMBSetFileInfo(xid, pTcon, &info_buf, netfid, netpid);
if (!rc)
cifsInode->cifsAttrs = dosattr;

if (open_file == NULL)
CIFSSMBClose(xid, pTcon, netfid);
else
Expand Down Expand Up @@ -902,6 +905,7 @@ int cifs_unlink(struct inode *dir, struct dentry *dentry)
if (rc == 0)
drop_nlink(inode);
}
cifsInode->cifsAttrs = dosattr;
}
out_reval:
if (inode) {
Expand Down

0 comments on commit beff09e

Please sign in to comment.