projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8064ab4
)
[CIFS] Fix unbalanced call to GetXid/FreeXid
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Fri, 24 Aug 2007 00:23:36 +0000
(
00:23
+0000)
committer
Steve French
<sfrench@us.ibm.com>
Fri, 24 Aug 2007 00:23:36 +0000
(
00:23
+0000)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c
patch
|
blob
|
history
diff --git
a/fs/cifs/cifsfs.c
b/fs/cifs/cifsfs.c
index cabb6a55d7ddaf2d3e19ce22ae1c20e38fd5ff0b..2493cc4f9e7fdf64a9a11036e9910faa516d7269 100644
(file)
--- 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,
if (pTcon) {
cFYI(1, ("set type: 0x%x id: %d", quota_type, qid));
} else {
- r
eturn
-EIO;
+ r
c =
-EIO;
}
FreeXid(xid);