The patch titled CIFS: fix unbalanced calls to Get/FreeXid has been added to the -mm tree. Its filename is cifs-fix-unbalanced-calls-to-get-freexid.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: CIFS: fix unbalanced calls to Get/FreeXid From: Cyrill Gorcunov <gorcunov@xxxxxxxxx> Fix unbalanced calls to GetXid/FreeXid. Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx> Cc: Steven French <sfrench@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/cifs/cifsfs.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/cifs/cifsfs.c~cifs-fix-unbalanced-calls-to-get-freexid fs/cifs/cifsfs.c --- a/fs/cifs/cifsfs.c~cifs-fix-unbalanced-calls-to-get-freexid +++ a/fs/cifs/cifsfs.c @@ -346,7 +346,7 @@ int cifs_xquota_set(struct super_block * if (pTcon) { cFYI(1, ("set type: 0x%x id: %d", quota_type, qid)); } else { - return -EIO; + rc = -EIO; } FreeXid(xid); _ Patches currently in -mm which might be from gorcunov@xxxxxxxxx are origin.patch cifs-fix-unbalanced-calls-to-get-freexid.patch sky-cpu-and-nexus-code-style-improvement.patch sky-cpu-and-nexus-include-ioh.patch sky-cpu-and-nexus-check-for-platform_get_resource-ret.patch sky-cpu-and-nexus-check-for-create_proc_entry-ret-code.patch sky-cpu-use-c99-style-for-struct-init.patch sky-cpu-and-nexus-get-rid-of-useless-null-init.patch sky-cpu-and-nexus-use-seq_file-single_open-on-proc-interface.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html