From: Suresh Jayaraman Date: Mon, 5 Jul 2010 12:42:27 +0000 (+0530) Subject: cifs: define superblock-level cache index objects and register them X-Git-Tag: v2.6.36-rc1~590^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03382ce9a89dbe27cba25130f0b90c0d631d5c5;p=pandora-kernel.git cifs: define superblock-level cache index objects and register them Define superblock-level cache index objects (managed by cifsTconInfo structs). Each superblock object is created in a server-level index object and in itself an index into which inode-level objects are inserted. The superblock object is keyed by sharename. The UniqueId/IndexNumber is used to validate that the exported share is the same since we accessed it last time. Signed-off-by: Suresh Jayaraman Signed-off-by: Steve French --- Reading git-diff-tree failed