aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/cifsfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
index cabb6a55d7dd..2493cc4f9e7f 100644
--- a/fs/cifs/cifsfs.c
+++ b/fs/cifs/cifsfs.c
@@ -346,7 +346,7 @@ int cifs_xquota_set(struct super_block *sb, int quota_type, qid_t qid,
346 if (pTcon) { 346 if (pTcon) {
347 cFYI(1, ("set type: 0x%x id: %d", quota_type, qid)); 347 cFYI(1, ("set type: 0x%x id: %d", quota_type, qid));
348 } else { 348 } else {
349 return -EIO; 349 rc = -EIO;
350 } 350 }
351 351
352 FreeXid(xid); 352 FreeXid(xid);