commit | f890edbbeff6928b7db0c6179a9036cbd4f0efbf | [log] [tgz] |
---|---|---|
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | Thu Mar 29 19:34:16 2012 +0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Apr 11 17:55:05 2012 -0400 |
tree | 82c057972c3b9e5247a1f6be8a3f99850a05cb96 | |
parent | c89172e36e3d3972f9f3fa107c1f3e666f1e05cf [diff] |
NFSd: remove hard-coded dereferences to name-to-id and id-to-name caches These dereferences to global static caches are redundant. They also prevents converting these caches into per-net ones. So this patch is cleanup + precursor of patch set,a which will make them per-net. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>