Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2007 15:05:16 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        freebsd-current@FreeBSD.org
Cc:        Norikatsu Shigemura <nork@FreeBSD.org>
Subject:   Re: Cannot mount linprocfs by unresolving sysvs?m symbols
Message-ID:  <200704061505.18799.jkim@FreeBSD.org>
In-Reply-To: <20070407032643.72fd55df.nork@FreeBSD.org>
References:  <20070407023855.ede13b76.nork@FreeBSD.org> <200704061351.30424.jkim@FreeBSD.org> <20070407032643.72fd55df.nork@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 06 April 2007 02:26 pm, Norikatsu Shigemura wrote:
> On Fri, 6 Apr 2007 13:51:20 -0400
>
> Jung-uk Kim <jkim@freebsd.org> wrote:
> > > --- linprocfs.c	30 Mar 2007 17:56:44 -0000	1.108
> > > +++ linprocfs.c	6 Apr 2007 17:33:05 -0000
> > > @@ -1238,3 +1238,5 @@
> > >  PSEUDOFS(linprocfs, 1);
> > >  MODULE_DEPEND(linprocfs, linux, 1, 1, 1);
> > >  MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);
> > > +MODULE_DEPEND(linprocfs, sysvmsg, 1, 1, 1);
> > > +MODULE_DEPEND(linprocfs, sysvsem, 1, 1, 1);
> >
> > Looks good.  I will commit it shortly.
> > BTW, 'linux' module depends on these modules.  Is loading
> > 'dependency of dependency' broken?  Should we have to explicitly
> > tell it to load the dependencies?  Am I missing something here?
> > :-(
>
> 	'dependency of dependency' you saied is not broken.  It's
> 	specification:-) of kernel symbol resolver.  It can resolve
> 	one level export symbols:-(.

Okay, can we fix the 'specification', then? ;-)

Jung-uk Kim



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