CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/01/03 09:06:01
Modified files:
sys/ntfs : ntfs_vnops.c
Log message:
Ensure that a directory link count is always 1 so that things like
fts_read() do not try to be smart and end up skipping over directories.
Additionally, ip->i_nlink will not be initialised until the ntnode has
been loaded for the file.
Makes find(1) behave predictably on a mounted NTFS file system.
ok miod@
