K 10 svn:author V 4 tijl K 8 svn:date V 27 2017-10-15T18:53:21.436236Z K 7 svn:log V 336 When a Linux program tries to access a /path the kernel tries /compat/linux/path before /path. Stop following symbolic links when looking up /compat/linux/path so dead symbolic links aren't ignored. This allows syscalls like readlink(2) and lstat(2) to work on such links. And open(2) will return an error now instead of trying /path. END