check write verifiers on COMMIT
we were previously only verifying that the server didn't reboot between WRITEs. COMMIT returns a verifier that needs to be checked as well Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
d646e5c58c
commit
f435606a16
8 changed files with 49 additions and 19 deletions
|
|
@ -50,8 +50,10 @@ uint32_t max_write_size(
|
|||
IN const nfs41_fh *fh);
|
||||
|
||||
bool_t verify_write(
|
||||
IN struct __nfs41_write_verf *verf,
|
||||
IN nfs41_write_verf *verf,
|
||||
IN OUT enum stable_how4 *stable);
|
||||
bool_t verify_commit(
|
||||
IN nfs41_write_verf *verf);
|
||||
|
||||
/* bitmap4 */
|
||||
static __inline bool_t bitmap_isset(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue