K 10 svn:author V 8 truckman K 8 svn:date V 27 2006-01-22T19:37:02.000000Z K 7 svn:log V 307 Tweak previous vfs_lookup.c commit to return an EINVAL error from lookup() instead of EPERM when a DELETE or RENAME operation is attempted on "..". In kern_unlink(), remap EINVAL errors returned from namei() to EPERM to match existing (and POSIX required) behaviour. Discussed with: bde MFC after: 3 days END