From: Bryan Schumaker Date: Thu, 10 May 2012 19:07:32 +0000 (-0400) Subject: NFS: Don't pass mount data to nfs_fscache_get_super_cookie() X-Git-Tag: v3.5-rc1~52^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2311b9439ce8c525f3f8f821fc2ca9a541f673a5;p=pandora-kernel.git NFS: Don't pass mount data to nfs_fscache_get_super_cookie() I intend on creating a single nfs_fs_mount() function used by all our mount paths. To avoid checking between new mounts and clone mounts, I instead pass both structures to a new function in super.c that finds the cache key and then looks up the super cookie. Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed