K 10 svn:author V 6 marcel K 8 svn:date V 27 2013-05-13T18:34:33.240286Z K 7 svn:log V 228 Set st_nlink in the stat structure within the inode to 1 as well. The cd9660 file system uses that field for the link count and it was 0. This impacts pwd_mkdb(8) as it checks for st_nlink not being 0 as part of closing a race. END