mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
6a4b84ea0d
must have been inadvertently changed to '>'. This broke nfsm_adv() in the case where the advancement count is equal to the amount of data remaining in the current mbuf. Instead of moving the current position N bytes forward, nfs_adv() could end up moving it back to N bytes from the start of the mbuf data. This should fix the client-side readdirplus problems that have been reported since September. |
||
---|---|---|
.. | ||
nfs_common.c | ||
nfs_common.h | ||
nfsnode.h | ||
nfsproto.h | ||
rpcv2.h | ||
xdr_subs.h |