cvs commit: src/sys/kern vfs_default.c vfs_init.c src/sys/sys mount.h

2007-02-16 Thread Pawel Jakub Dawidek
pjd 2007-02-16 17:32:42 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c vfs_init.c sys/sys mount.h Log: Remove VFS_VPTOFH entirely. API is already broken and it is good time to do it. Suggested by: rwatson Revision

cvs commit: src/sys/kern vfs_default.c

2006-09-26 Thread Tor Egge
tegge 2006-09-27 00:41:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_default.c Log: MFC rev 1.134: Handle reclaimed vnode in VOP_GETWRITEMOUNT() Approved by:re (kensmith) Revision ChangesPath 1.127.2.4 +6

cvs commit: src/sys/kern vfs_default.c

2006-09-26 Thread Tor Egge
tegge 2006-09-27 00:34:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_default.c Log: MFC rev 1.133: VOP_GETWRITEMOUNT() returns a referenced mount. Approved by:re (kensmith) Revision ChangesPath 1.127.2.3

cvs commit: src/sys/kern vfs_default.c

2006-09-19 Thread Tor Egge
tegge 2006-09-20 00:27:02 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: Don't try to obtain a reference to a nonexisting (NULL) mount structure in default VOP_GETWRITEMOUNT(). Revision ChangesPath 1.134 +6 -4 src/sys/k

cvs commit: src/sys/kern vfs_default.c

2006-03-30 Thread Jeff Roberson
jeff2006-03-31 03:52:24 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: - GETWRITEMOUNT now returns a referenced mountpoint to prevent its identity from changing. This is possible now that mounts are not freed. Discussed with: te

cvs commit: src/sys/kern vfs_default.c

2006-03-12 Thread Jeff Roberson
jeff2006-03-13 03:06:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_default.c Log: MFC Rev 1.128 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by:re (scottl) Revis

cvs commit: src/sys/kern vfs_default.c

2006-01-30 Thread Jeff Roberson
jeff2006-01-30 08:21:23 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: - Add a comment warning about an anomalous condition where we VOP_UNLOCK and then vrele rather than vput because we would like to VOP_UNLOCK with a specific t