]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Force the legacy idmapper to be single threaded
authorBryan Schumaker <bjschuma@netapp.com>
Wed, 20 Jun 2012 18:35:28 +0000 (14:35 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 20 Jun 2012 18:38:11 +0000 (14:38 -0400)
commit242eec21c9bb5d5713152674dcfa8e71af902c0a
treefe844c6abe6590194a9e7223325254b25f063459
parent6c72ee0c7c74f224d942b5f127af6b77b64e1c62
NFS: Force the legacy idmapper to be single threaded

It was initially coded under the assumption that there would only be one
request at a time, so use a lock to enforce this requirement..

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
CC: stable@vger.kernel.org [3.4+]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/idmap.c