cvs commit: src/sys/kern vfs_lookup.c
Jeff Roberson
jeff at FreeBSD.org
Mon Mar 28 05:56:57 PST 2005
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
More information about the cvs-src
mailing list