From 7d4e3e284136511942c8c75d7b1c9d9605a4b834 Mon Sep 17 00:00:00 2001 From: Steve French Date: Fri, 23 Jul 2010 20:37:53 +0000 Subject: [PATCH] --- yaml --- r: 201723 b: refs/heads/master c: 9f841593ff65d2f801c7f80c4ed0955d30103f50 h: refs/heads/master i: 201721: 33972ee47f479afabd40b18e0af206d04956d53e 201719: 1bd76c2bf465fe15ba27f66e5d9e50180407ebbb v: v3 --- [refs] | 2 +- trunk/fs/cifs/connect.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ab16b554ffc0..68a483745921 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3e4b3e1f68c10510ec8d3076cffc5729b88f8de6 +refs/heads/master: 9f841593ff65d2f801c7f80c4ed0955d30103f50 diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index 52a7646cc7af..d91a6085d55c 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -1845,8 +1845,8 @@ cifs_put_tcon(struct cifsTconInfo *tcon) CIFSSMBTDis(xid, tcon); _FreeXid(xid); - tconInfoFree(tcon); cifs_fscache_release_super_cookie(tcon); + tconInfoFree(tcon); cifs_put_smb_ses(ses); }