Subject: Re: sparc kernel won't build - brelse() API change?
To: Andrew Doran <ad@NetBSD.org>
From: Chris Ross <cross+netbsd@distal.com>
List: current-users
Date: 10/08/2007 16:35:18
On Oct 8, 2007, at 16:13, Andrew Doran wrote:
> Should be fixed now - sorry about that.
No problem. Thanks.
>> and *many* things in the tree still are calling it with only one
>> argument.
>> Lots of now- incorrect calls in the kernel sources....
>
> Your tree is out of date.
Okay. At the time, I did an update of the entire tree, but it
apparently only got some of the changes. I just updated again, and
see that there aren't any remaining. Sorry for commenting somewhat
aggressively. Thank you very much for your response and efforts.
- Chris
ps,
May not be important, but there appears to still be a #def in sys/
fs/ntfs/ntfs.h that would be wrong:
#define bqrelse(bp) brelse(bp)
should probably be corrected or removed if unused/unneeded. Thanks.