Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108562
b: refs/heads/master
c: ad66133
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Aug 14, 2008
1 parent da9207f commit 80b9600
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 54b4602d5fe50571362e101138d24edb9cf82d29
refs/heads/master: ad661334b8ae421154b121ee6ad3b56807adbf11
1 change: 1 addition & 0 deletions trunk/fs/cifs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ struct inode *cifs_iget(struct super_block *sb, unsigned long ino)
inode->i_fop = &simple_dir_operations;
inode->i_uid = cifs_sb->mnt_uid;
inode->i_gid = cifs_sb->mnt_gid;
} else if (rc) {
_FreeXid(xid);
iget_failed(inode);
return ERR_PTR(rc);
Expand Down

0 comments on commit 80b9600

Please sign in to comment.