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); }