commit | 9271d7e509c1bfc0b9a418caec29ec8d1ac38270 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Nov 03 08:00:15 2017 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Nov 27 16:45:10 2017 -0500 |
tree | fa80328c8ca89fb78e5a35ad2328566ebb3f14f1 | |
parent | beeca19cf1249a917ed737729dc92337c7633bea [diff] |
nfsd: Ensure we check stateid validity in the seqid operation checks After taking the stateid st_mutex, we want to know that the stateid still represents valid state before performing any non-idempotent actions. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>