From: Steve French Date: Mon, 17 Nov 2008 16:03:00 +0000 (+0000) Subject: [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier... X-Git-Tag: v2.6.28-rc6~58^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3f992983062440b4f37c666dac66d987902d91;p=pandora-kernel.git [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch set tcon->ses earlier If the inital tree connect fails, we'll end up calling cifs_put_smb_ses with a NULL pointer. Fix it by setting the tcon->ses earlier. Acked-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed