Source-Changes archive

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

NetBSD master CVS tree commits



fvdl
Sun Jul  7 08:23:51 EDT 1996
Update of /a/cvsroot/src/sys/nfs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv8881

Modified Files:
        nfs_subs.c 
Log Message:
Start XIDs at a value based on the current time, not 0. This avoids nasty
XID confusions with servers that cache them over a long period and
with clients that reboot quickly.

Problems: because of the sanity check that is done by comparing the system
time with filesystem time, XIDs will start at 0 until root is mounted,
which means it isn't completely safe for diskless setups. But it's clearly
better than it was. It would also be cleaner if all XID handling (more
generally, all RPC handling) within the kernel went through the
same functions.


fvdl
Sun Jul  7 08:25:50 EDT 1996
Update of /a/cvsroot/src/sys/nfs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv8914

Modified Files:
        nfs_vnops.c 
Log Message:
Use the right time for v3 setattr operation.




Home | Main Index | Thread Index | Old Index