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:
Olga Kornievskaia 2012-01-20 15:01:11 -05:00
parent c22c2b6080
commit fb87e417fc
3 changed files with 58 additions and 39 deletions

View file

@ -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;