Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2002 16:22:06 +0700 (ALMST)
From:      Boris Popov <bp@freebsd.org>
To:        dwmalone@FreeBSD.org
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/37775: netsmb/smb_subr.c needs opt_global.h in SMP environment
Message-ID:  <Pine.BSF.4.21.0205061614140.16895-100000@lion.butya.kz>
In-Reply-To: <200205060819.g468J9u00845@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 6 May 2002 dwmalone@FreeBSD.org wrote:
> Boris, this PR looks relatively easy to fix. We just need to
> include opt_global.h in smb_subr.h somewhere.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=37775

	Hmm, I think opt_global.h is auto-included for all source files
involved in the kernel build.  This however, doesn't relate to modules and
originator of PR probably tried to load smbfs KLD on the SMP machine which
is not supported by default.  Eg, on SMP machine smbfs should be compiled
in the kernel or module have to be built with SMP variable defined (see
modules/smbfs/Makefile for details).  This problem is not smbfs specific
and related to the modules build infrastructure.

-- 
Boris Popov
http://rbp.euro.ru


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0205061614140.16895-100000>