Module Name: src Committed By: dholland Date: Sun Jan 2 05:04:59 UTC 2011
Modified Files: src/lib/libp2k: p2k.c src/sys/kern: vfs_lookup.c src/sys/sys: namei.src Log Message: Add an INRELOOKUP namei flag. Sigh. (We don't need more namei flags.) However, because of a protocol deficiency puffs relies on being able to keep track of VOP_LOOKUP calls by inspecting their contents, and this at least allows it to use something vaguely principled instead of making wild guesses based on whether SAVESTART is set. Update libp2k to use INRELOOKUP instead of SAVESTART. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libp2k/p2k.c cvs rdiff -u -r1.128 -r1.129 src/sys/kern/vfs_lookup.c cvs rdiff -u -r1.18 -r1.19 src/sys/sys/namei.src Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.