From owner-freebsd-emulation Sun Nov 5 22:40:40 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 4DFF337B4C5 for ; Sun, 5 Nov 2000 22:40:38 -0800 (PST) Received: from dreamscape.com (sA16-p33.dreamscape.com [209.217.195.160]) by io.dreamscape.com (8.9.3/8.8.4) with ESMTP id BAA29923; Mon, 6 Nov 2000 01:38:19 -0500 (EST) X-Dreamscape-Track-A: sA16-p33.dreamscape.com [209.217.195.160] X-Dreamscape-Track-B: Mon, 6 Nov 2000 01:38:19 -0500 (EST) Received: (from krentel@localhost) by dreamscape.com (8.9.3/8.9.3) id BAA00789; Mon, 6 Nov 2000 01:37:27 -0500 (EST) (envelope-from krentel) Date: Mon, 6 Nov 2000 01:37:27 -0500 (EST) From: "Mark W. Krentel" Message-Id: <200011060637.BAA00789@dreamscape.com> To: marcel@cup.hp.com Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: getdents problem resolved Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Marcel Moolenaar wrote: > I just committed a fix for the linux_getdents problem. This problem has > been around for a while, but I simply didn't had the time to fix it... Great! I tried your patch and it seems to work. I was able to run the linux versions of ls, readdir and dired (emacs) on ext2fs and cdrom partitions and see all of the directory entries. These all used to fail (too few entries), and now they all work. The problem didn't affect UFS partitions. I'd like to do a few more tests, but I think this will ultimately fix and close PR kern/19407. I tried the patch in 4.1 (I don't run -current) with linux_base-6.1. But from looking at the patch, that seemed ok. --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message