mirror of https://gitee.com/openkylin/linux.git
[CIFS] Fix unbalanced call to GetXid/FreeXid
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
8064ab4da1
commit
95ba736210
|
@ -346,7 +346,7 @@ int cifs_xquota_set(struct super_block *sb, int quota_type, qid_t qid,
|
||||||
if (pTcon) {
|
if (pTcon) {
|
||||||
cFYI(1, ("set type: 0x%x id: %d", quota_type, qid));
|
cFYI(1, ("set type: 0x%x id: %d", quota_type, qid));
|
||||||
} else {
|
} else {
|
||||||
return -EIO;
|
rc = -EIO;
|
||||||
}
|
}
|
||||||
|
|
||||||
FreeXid(xid);
|
FreeXid(xid);
|
||||||
|
|
Loading…
Reference in New Issue