cvs commit: src/sys/kern
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Oct 7 13:18:52 PDT 2004
dillon 2004/10/07 13:18:33 PDT
DragonFly src repository
Modified files:
sys/kern vfs_cache.c vfs_nlookup.c
Log:
VFS messaging/interfacing work stage 7h/99: More firming up of stage 7.
Fix a vnode leak due to a missed change when the cache_lookup() semantics
were modified. Hold the parent namecache record in naccess() when checking
for write perms on a directory.
Reported-by: walt <wa1ter at xxxxxxxxxxxxx>
Revision Changes Path
1.37 +6 -1 src/sys/kern/vfs_cache.c
1.6 +5 -2 src/sys/kern/vfs_nlookup.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cache.c.diff?r1=1.36&r2=1.37&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_nlookup.c.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list