K 10 svn:author V 3 mux K 8 svn:date V 27 2002-05-10T15:41:14.000000Z K 7 svn:log V 351 Fix several bugs in devfs_lookupx(). When we check the nameiop to make sure it's a correct operation for devfs, do it only in the ISLASTCN case. If we don't, we are assuming that the final file will be in devfs, which is not true if another partition is mounted on top of devfs or with special filenames (like /dev/net/../../foo). Reviewed by: phk END