From: Jeff Layton Date: Wed, 29 Sep 2010 23:51:11 +0000 (-0400) Subject: cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer X-Git-Tag: v2.6.37-rc1~158^2~22^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13cfb7334eb6fd0fc06da5589aea1e947791f1d6;p=pandora-kernel.git cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer cifsFileInfo needs a pointer to a tcon, but it doesn't currently hold a reference to it. Change it to keep a pointer to a tcon_link instead and hold a reference to it. That will keep the tcon from being freed until the file is closed. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed