Cannot mount linprocfs by unresolving sysvs?m symbols

Jung-uk Kim jkim at FreeBSD.org
Fri Apr 6 17:51:36 UTC 2007


On Friday 06 April 2007 01:38 pm, Norikatsu Shigemura wrote:
> Hi.
>
> 	I noticed that recently 7-current has a linprocfs kernel module
> 	has a problem.

--- SKIP!!! ---

Mea Culpa.

> Index: linprocfs.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/compat/linprocfs/linprocfs.c,v
> retrieving revision 1.108
> diff -u -r1.108 linprocfs.c
> --- 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? :-(

Jung-uk Kim


More information about the freebsd-current mailing list