commit | 2311b9439ce8c525f3f8f821fc2ca9a541f673a5 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Thu May 10 15:07:32 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon May 14 17:30:26 2012 -0700 |
tree | 6306764554cc50faf435297e190d3b38f1a39044 | |
parent | bae36241be7fab16b2e987d31b6e6bd4456ac188 [diff] |
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 <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>