Subject: Re: UFS2 problem or dump(8)?
To: Frank van der Linden <fvdl@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: current-users
Date: 05/01/2003 20:15:15
Frank van der Linden <fvdl@netbsd.org> writes:

> What's the other possibly bad piece of code?

The interface of dirindir() is changed (now caller is responsible to
swap 2nd argument `blkno') but the recursive call inside dirindir()
isn't adjusted for the change.

enami.