enforcing data consistency
given a delegation type received on open, set buffering flags accordingly. however, provide -o nocoherence mount options that will enable read/write buffering regardless
This commit is contained in:
parent
c22c2b6080
commit
fb87e417fc
3 changed files with 58 additions and 39 deletions
|
|
@ -55,6 +55,7 @@ typedef struct __open_upcall_args {
|
|||
DWORD mode;
|
||||
LONGLONG changeattr;
|
||||
HANDLE srv_open;
|
||||
DWORD deleg_type;
|
||||
BOOLEAN created;
|
||||
BOOLEAN symlink_embedded;
|
||||
} open_upcall_args;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue