Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2005 23:57:19 +0900
From:      Eric Kjeldergaard <kjelderg@gmail.com>
To:        Peter Edwards <peadar.edwards@gmail.com>
Cc:        FreeBSD Current <current@freebsd.org>
Subject:   Re: a relatively major problem with ext2.
Message-ID:  <d9175cad05060407577bd9c066@mail.gmail.com>
In-Reply-To: <34cb7c84050309022130766a33@mail.gmail.com>
References:  <d9175cad0503081854b1a6a22@mail.gmail.com> <34cb7c84050309022130766a33@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/9/05, Peter Edwards <peadar.edwards@gmail.com> wrote:
> On Tue, 8 Mar 2005 20:54:44 -0600, Eric Kjeldergaard <kjelderg@gmail.com>
> wrote:
> > After a bit of discussion on the kde list regarding a problem I've
> > been having with kreadconfig (which uses mmap), I've stumbled (largely
> > directed by Michael Nottebrock) upon an ext2 bug.  Michael wrote and
> > posted the following code:
> > [snip mmap failures, crash]
> Hi Eric,
> Can you try the attached patch?

Sorry it took me so long to reply.  The patch still applies in today's
-current.  It even seems to fix the problem that was being discussed.=20
The same code that I was running before now works without an hitch.=20
There is still another issue, though.

I have some ext2 drives mounted and I can cd and ls and use things
like konqueror with them, however things like the following are
happening:

# mkdir foo
# mkdir foo/bar
# rm -rf foo
rm: foo: No such file or directory
# cd foo/
# ls
bar
# find .
.
find: ./bar: No such file or directory
find: .: No such file or directory
#                                 =20

Those are definitely broken behaviour.  I hope someone has an answer.=20
Now that I'm all settled in .jp I should be able to test patches or
provide information in reasonable amounts of time.  Thank you very
much, Peter, for your patch!


--=20
If I write a signature, my emails will appear more personalised.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d9175cad05060407577bd9c066>