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

[CIFS] Fix unbalanced call to GetXid/FreeXid

parent 8064ab4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);