From: Steve French Date: Tue, 15 Apr 2008 18:40:48 +0000 (+0000) Subject: [CIFS] Fix oops when slow oplock process races with unmount X-Git-Tag: v2.6.26-rc1~1079^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d941ca628a142f44d7a2440fe919f8e8691f590;p=pandora-kernel.git [CIFS] Fix oops when slow oplock process races with unmount 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 Signed-off-by: Steve French --- Reading git-diff-tree failed