[CIFS] Fix oops when slow oplock process races with unmount
authorSteve French <sfrench@us.ibm.com>
Tue, 15 Apr 2008 18:40:48 +0000 (18:40 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 15 Apr 2008 18:40:48 +0000 (18:40 +0000)
If a tcon is being freed in call tconInfoFree, clean up any entries that may
exist in global oplock queue as the tcon structure hanging off of those entries
will be invalid and can cause oops while accesing any elements in the
tcon structure.

Signed-off-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found