From: Jeff Layton Date: Mon, 20 Sep 2010 23:01:35 +0000 (-0700) Subject: cifs: add cifs_sb_master_tcon and convert some callers to use it X-Git-Tag: v2.6.37-rc1~158^2~22^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d424ad0a4b8c08e45928bccfa5b4b240097b01b;p=pandora-kernel.git cifs: add cifs_sb_master_tcon and convert some callers to use it At mount time, we'll always need to create a tcon that will serve as a template for others that are associated with the mount. This tcon is known as the "master" tcon. In some cases, we'll need to use that tcon regardless of who's accessing the mount. Add an accessor function for the master tcon and go ahead and switch the appropriate places to use it. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed