commit | ea236d0704b9b9e7742b107313bbdddbba62724a | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Sat May 12 21:08:41 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu May 31 20:29:51 2012 -0400 |
tree | 7740b9f39781f7efeb052c35fdfd395a28e1c9c3 | |
parent | 2786cc3a056e642809a348d9b1e6a857b9d23d25 [diff] |
nfsd4: exchange_id: check creds before killing confirmed client We mustn't allow a client to destroy another client with established state unless it has the right credential. And some minor cleanup. (Note: our comparison of credentials is actually pretty bogus currently; that will need to be fixed in another patch.) Signed-off-by: J. Bruce Fields <bfields@redhat.com>