The following reply was made to PR kern/158376; it has been noted by GNATS.
From: William Dean DeVries <william.devr...@gmail.com> To: bug-follo...@freebsd.org Cc: Subject: Re: kern/158376: [patch] The UDF file system under counts the number of entries in directories by one. Date: Tue, 28 Jun 2011 00:39:03 -0700 Err, I have this all wrong. I don't know where I came up with directories entry counts. The UDF file system under counts the number of links to directories by one. It does not count for '.', which doesn't actually exist in the file system but presented in the by system. A directory in the udf filesystem with one subdirectory and no other links to the directory would have a link count of 2. This arrangement under udf would have a link count of 3. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"