From: Jeff Layton Date: Wed, 29 Sep 2010 23:51:11 +0000 (-0400) Subject: cifs: add refcounted and timestamped container for holding tcons X-Git-Tag: v2.6.37-rc1~158^2~22^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ffec372458d163492e56e663a1b3a2d7be0a0a2;p=pandora-kernel.git cifs: add refcounted and timestamped container for holding tcons Eventually, we'll need to track the use of tcons on a per-sb basis, so that we know when it's ok to tear them down. Begin this conversion by adding a new "tcon_link" struct and accessors that get it. For now, the core data structures are untouched -- cifs_sb still just points to a single tcon and the pointers are just cast to deal with the accessor functions. A later patch will flesh this out. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed