From: Jeff Layton Date: Thu, 28 Oct 2010 17:33:38 +0000 (-0400) Subject: cifs: store pointer to master tlink in superblock (try #2) X-Git-Tag: v2.6.37-rc2~87^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413e661c136c52290de1ee19a1b049a4da9dbf51;p=pandora-kernel.git cifs: store pointer to master tlink in superblock (try #2) This is the second version of this patch, the only difference between it and the first one is that this explicitly makes cifs_sb_master_tlink a static inline. Instead of keeping a tag on the master tlink in the tree, just keep a pointer to the master in the superblock. That eliminates the need for using the radix tree to look up a tagged entry. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed