From: Trond Myklebust Date: Tue, 3 Jan 2006 08:55:25 +0000 (+0100) Subject: NFSv4: Remove requirement for machine creds for the "renew" operation X-Git-Tag: v2.6.16-rc1~935^2~4^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4454fe1a7cb76a248d0641c9d68a44a1b8d9a1f;p=pandora-kernel.git NFSv4: Remove requirement for machine creds for the "renew" operation In RFC3530, the RENEW operation is allowed to use either the same principal, RPC security flavour and (if RPCSEC_GSS), the same mechanism and service that was used for SETCLIENTID_CONFIRM OR Any principal, RPC security flavour and service combination that currently has an OPEN file on the server. Choose the latter since that doesn't require us to keep credentials for the same principal for the entire duration of the mount. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed