nfsd/idmap: drop special request deferal in favour of improved default.
authorNeilBrown <neilb@suse.de>
Thu, 12 Aug 2010 07:04:06 +0000 (17:04 +1000)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 21 Sep 2010 21:08:31 +0000 (17:08 -0400)
commit839049a8732d689d02051e0198fb60a22f7ccb4b
tree7ae2ec763232f79f98a0d8122d710ac9887fb8b9
parent8ff30fa4eff2ff9e207961c654caa093f0c84873
nfsd/idmap: drop special request deferal in favour of improved default.

The idmap code manages request deferal by waiting for a reply from
userspace rather than putting the NFS request on a queue to be retried
from the start.
Now that the common deferal code does this there is no need for the
special code in idmap.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4idmap.c