Skip to content

Commit

Permalink
[CIFS] Fix unbalanced call to GetXid/FreeXid
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Cyrill Gorcunov authored and Steve French committed Aug 24, 2007
1 parent 8064ab4 commit 95ba736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 95ba736

Please sign in to comment.