X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Blake Subject: Re: please test snapshots: we'd like to release cygwin version 1.20 Date: Wed, 22 Feb 2006 16:21:33 +0000 (UTC) Lines: 18 Message-ID: References: <20060222010657 DOT GA5117 AT trixie DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Christopher Faylor cygwin.com> writes: > > Specifically, what needs testing is Corinna's new code which properly > fills in d_ino into a dirent struct. I recently found that a samba bug > caused strange behavior when performing an "ls" or a "find" in a > directory on a samba share which had more than 128 files. In an effort to help the testing be easier to perform, I will soon be releasing an experimental coreutils-5.94-2 that uses the d_ino member in ls and also in /bin/pwd (yes, using readdir()/d_ino in pwd is less efficient than calling getpwd(), but it is a nice test of readdir). Neither coreutils-5.94-1 nor findutils-2.27-1 use d_ino at all, so while they do stress readdir, they are not very comprehensive test points of the combined readdir/d_ino changes. -- Eric Blake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/