Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71540
b: refs/heads/master
c: 95ba736
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Steve French committed Aug 24, 2007
1 parent 14b6f28 commit f880c94
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: 8064ab4da104900505f33535d230ce0da5d18341
refs/heads/master: 95ba7362105646523ee712fd252ec2e34ccbec15
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ int cifs_xquota_set(struct super_block *sb, int quota_type, qid_t qid,
if (pTcon) {
cFYI(1, ("set type: 0x%x id: %d", quota_type, qid));
} else {
return -EIO;
rc = -EIO;
}

FreeXid(xid);
Expand Down

0 comments on commit f880c94

Please sign in to comment.