Commit 95ba7362 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Steve French

[CIFS] Fix unbalanced call to GetXid/FreeXid

Signed-off-by: default avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 8064ab4d
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment