From: Suresh Jayaraman Date: Mon, 5 Jul 2010 12:42:45 +0000 (+0530) Subject: cifs: define inode-level cache object and register them X-Git-Tag: v2.6.36-rc1~590^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9451a9a52f91a4c171cfaca2f6d7a2ce91867b8d;p=pandora-kernel.git cifs: define inode-level cache object and register them Define inode-level data storage objects (managed by cifsInodeInfo structs). Each inode-level object is created in a super-block level object and is itself a data storage object in to which pages from the inode are stored. The inode object is keyed by UniqueId. The coherency data being used is LastWriteTime, LastChangeTime and end of file reported by the server. Signed-off-by: Suresh Jayaraman Signed-off-by: Steve French --- Reading git-diff-tree failed