On Wed, 13 Oct 2004 12:06:29 +0100, Alex Kiernan wrote: > I've run into a bug in the UFS reading code (on Solaris x86 the > major/minor numbers are in 2nd indirect offset not the first), so I've > patched it & bugzilled it > (http://bugzilla.kernel.org/show_bug.cgi?id=3475). > > But where do I go from here? There doesn't seem to be a maintainer for > UFS so I can't send it there. > After advice from Alan (thanks), here's the patch which addresses the problem I'm seeing. Specifically it appears that on x86 Solaris stores the major/minor device numbers in the 2nd indirect block, not the first. -- Alex Kiernan