Date: Wed, 21 Jan 2009 14:51:38 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_vnops.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_lookup.c Message-ID: <200901211451.n0LEptQI013529@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2009-01-21 14:51:38 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_vnops.c
sys/sys vnode.h
sys/ufs/ufs ufs_lookup.c
Log:
SVN rev 187528 on 2009-01-21 14:51:38Z by kib
Move the code from ufs_lookup.c used to do dotdot lookup, into
the helper function. It is supposed to be useful for any filesystem
that has to unlock dvp to walk to the ".." entry in lookup routine.
Requested by: jhb
Tested by: pho
MFC after: 1 month
Revision Changes Path
1.275 +32 -0 src/sys/kern/vfs_vnops.c
1.346 +3 -0 src/sys/sys/vnode.h
1.95 +1 -22 src/sys/ufs/ufs/ufs_lookup.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901211451.n0LEptQI013529>
