From: Jeff Layton Date: Mon, 20 Sep 2010 23:01:30 +0000 (-0700) Subject: cifs: add tcon field to cifsFileInfo struct X-Git-Tag: v2.6.37-rc1~158^2~22^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fe97cfddc426f3145e8673b68faab7e54462173;p=pandora-kernel.git cifs: add tcon field to cifsFileInfo struct Eventually, we'll have more than one tcon per superblock. At that point, we'll need to know which one is associated with a particular fid. For now, this is just set from the cifs_sb->tcon pointer, but eventually the caller of cifs_new_fileinfo will pass a tcon pointer in. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed