From: J. Bruce Fields Date: Thu, 1 Nov 2012 20:31:02 +0000 (-0400) Subject: nfsd4: use callback security parameters in create_session X-Git-Tag: v3.8-rc1~20^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6bb3ca27d78b902baa143b931a8d9ef53298afa;p=pandora-kernel.git nfsd4: use callback security parameters in create_session We're currently ignoring the callback security parameters specified in create_session, and just assuming the client wants auth_sys, because that's all the current linux client happens to care about. But this could cause us callbacks to fail to a client that wanted something different. For now, all we're doing is no longer ignoring the uid and gid passed in the auth_sys case. Further patches will add support for auth_null and gss (and possibly use more of the auth_sys information; the spec wants us to use exactly the credential we're passed, though it's hard to imagine why a client would care). Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed