diff options
author | J. Bruce Fields <bfields@redhat.com> | 2013-04-13 14:27:29 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-07-01 17:23:06 -0400 |
commit | 57266a6e916e2522ea61758a3ee5576b60156791 (patch) | |
tree | 04646f973fa306dd02396274a5f0723944f61008 /fs/nfsd/state.h | |
parent | 0dc1531aca7fd1440918bd55844a054e9c29acad (diff) | |
download | linux-stable-57266a6e916e2522ea61758a3ee5576b60156791.tar.gz linux-stable-57266a6e916e2522ea61758a3ee5576b60156791.tar.bz2 linux-stable-57266a6e916e2522ea61758a3ee5576b60156791.zip |
nfsd4: implement minimal SP4_MACH_CRED
Do a minimal SP4_MACH_CRED implementation suggested by Trond, ignoring
the client-provided spo_must_* arrays and just enforcing credential
checks for the minimum required operations.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 274e2a114e05..424d8f5f2317 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -246,6 +246,7 @@ struct nfs4_client { nfs4_verifier cl_verifier; /* generated by client */ time_t cl_time; /* time of last lease renewal */ struct sockaddr_storage cl_addr; /* client ipaddress */ + bool cl_mach_cred; /* SP4_MACH_CRED in force */ struct svc_cred cl_cred; /* setclientid principal */ clientid_t cl_clientid; /* generated by server */ nfs4_verifier cl_confirm; /* generated by server */ |