Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   yamt
Date:           Sat Jun 17 07:06:51 UTC 2006

Modified Files:
        src/sys/kern: vfs_syscalls.c
        src/sys/nfs: nfs_export.c nfs_nqlease.c nfs_serv.c
        src/sys/sys: mount.h

Log Message:
- introduce vfs_composefh() and use it where appropriate.
- fix lock/unlock mismatch in sys_getfh.


To generate a diff of this commit:
cvs rdiff -r1.242 -r1.243 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.13 -r1.14 src/sys/nfs/nfs_export.c
cvs rdiff -r1.65 -r1.66 src/sys/nfs/nfs_nqlease.c
cvs rdiff -r1.111 -r1.112 src/sys/nfs/nfs_serv.c
cvs rdiff -r1.141 -r1.142 src/sys/sys/mount.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