hooking up rsize-wsize mount options
after parsing read and write rpc size from the mount command, add the values to mount upcall, then pass these values when creating a CLIENT structure.
This commit is contained in:
parent
5dd3ef1e8c
commit
4c52473527
3 changed files with 33 additions and 16 deletions
|
|
@ -37,6 +37,8 @@ typedef struct __mount_upcall_args {
|
|||
const char *hostname;
|
||||
const char *path;
|
||||
DWORD sec_flavor;
|
||||
DWORD rsize;
|
||||
DWORD wsize;
|
||||
} mount_upcall_args;
|
||||
|
||||
typedef struct __open_upcall_args {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue