K 10 svn:author V 2 ed K 8 svn:date V 27 2010-03-21T20:43:23.720314Z K 7 svn:log V 212 Actually make O_DIRECTORY work. According to POSIX open() must return ENOTDIR when the path name does not refer to a path name. Change vn_open() to respect this flag. This also simplifies the Linuxolator a bit. END