]> git.baikalelectronics.ru Git - kernel.git/commit
NFSd: remove hard-coded dereferences to name-to-id and id-to-name caches
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Thu, 29 Mar 2012 15:34:16 +0000 (19:34 +0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 11 Apr 2012 21:55:05 +0000 (17:55 -0400)
commit5fa7f2b86e8743bd0abe7faee861b2341788f6fa
tree82c057972c3b9e5247a1f6be8a3f99850a05cb96
parent103b09f95c4f1e28fcc0056f8b4ef53d31d5f840
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>
fs/nfsd/nfs4idmap.c