Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/nfs



Module Name:    src
Committed By:   yamt
Date:           Mon Jun  9 13:10:33 UTC 2003

Modified Files:
        src/sys/nfs: nfs_serv.c nfs_subs.c nfs_var.h nfsm_subs.h

Log Message:
rework zero padding of rpc reply.
- for READ procedure, don't send back more bytes than requested.
- don't have doubtful assumptions on mbuf chain structure.
- rename a function (nfsm_adj -> nfs_zeropad) to avoid confusion as
  the semantics of the function was changed.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/nfs/nfs_serv.c
cvs rdiff -r1.121 -r1.122 src/sys/nfs/nfs_subs.c
cvs rdiff -r1.37 -r1.38 src/sys/nfs/nfs_var.h
cvs rdiff -r1.27 -r1.28 src/sys/nfs/nfsm_subs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index