Date: Mon, 28 Mar 2005 13:56:56 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_lookup.c Message-ID: <200503281356.j2SDuuKV044289@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-03-28 13:56:56 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_lookup.c
Log:
- Remove an unused variable from relookup().
- Assert that REMOVE, CREATE, and RENAME callers have WANTPARENT
or LOCKPARENT set. You can't complete any of these operations without
at least a reference to the parent. Many filesystems check for this case
even though it isn't possible in the current system.
Revision Changes Path
1.74 +2 -5 src/sys/kern/vfs_lookup.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503281356.j2SDuuKV044289>
