diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2003-08-18 19:34:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-08-18 19:34:00 -0700 |
| commit | b50ca02ac68265ffb102f7c9da13e429c7fb8f13 (patch) | |
| tree | 047f7c62e32eb2a82a4bb5bd30e01279e9b9fb2a /include/linux/sunrpc | |
| parent | ebbbef610d7081e1820beb6ca375377c834b29c2 (diff) | |
[PATCH] kNFSd: Make sure nfsd replies from the address the request was sent to.
This is important on multi-homes hosts.
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 71cd5d8daf23..8886ee64fe69 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h @@ -131,6 +131,8 @@ struct svc_rqst { rq_secure : 1; /* secure port */ + __u32 rq_daddr; /* dest addr of request - reply from here */ + void * rq_argp; /* decoded arguments */ void * rq_resp; /* xdr'd results */ |
