diff options
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r-- | tapset/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 20cbc82f..4b122b56 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,13 @@ +2007-03-09 Pierre Peiffer <pierre.peiffer@bull.net> + + * nfsd.stp (nfsd.dispatch): Change initialization of variable + client_ip with a call to addr_from_rqst. + * rpc.stp (addr_from_rqst): - update with changes in struct svc_rqst + - __rpc_execute returns void now. struct rpc_xprt modified since + kernel 2.6.19. + * nfs.stp, vfs.stp: Local variables f_dentry renamed, because + conflicting with a new #define in kernel header linux/fs.h in 2.6.20. + 2007-02-29 David Wilder <dwilder@us.ibm.com> *conversions.stp (kernel_int) added goto success; (PR 4419) |