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:           Wed Jan 19 16:22:19 UTC 2005

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

Log Message:
implement inaccurate mtime/ctime detection.
namely, if mtime or ctime are same between pre_op_attr and post_op_attr
when we expected them to be changed, don't trust the server.


To generate a diff of this commit:
cvs rdiff -r1.140 -r1.141 src/sys/nfs/nfs_subs.c
cvs rdiff -r1.47 -r1.48 src/sys/nfs/nfs_var.h
cvs rdiff -r1.215 -r1.216 src/sys/nfs/nfs_vnops.c
cvs rdiff -r1.38 -r1.39 src/sys/nfs/nfsm_subs.h
cvs rdiff -r1.32 -r1.33 src/sys/nfs/nfsmount.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