From: NeilBrown Date: Mon, 7 Nov 2005 09:00:27 +0000 (-0800) Subject: [PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-servi... X-Git-Tag: v2.6.15-rc1~562 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d188a643b0f550a2aaedf7bf4dd1abd86cfc45;p=pandora-kernel.git [PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service port If an RPC socket is serving multiple programs, then the pg_authenticate of the first program in the list is called, instead of pg_authenticate for the program to be run. This does not cause a problem with any programs in the current kernel, but could confuse future code. Also set pg_authenticate for nfsd_acl_program incase it ever gets used. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed