Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2018 14:13:42 +0200
From:      "Dries Michiels" <driesm.michiels@gmail.com>
To:        "'Konstantin Belousov'" <kib@freebsd.org>
Cc:        <freebsd-stable@freebsd.org>
Subject:   RE: Kernel build fails
Message-ID:  <007701d41459$9e2189f0$da649dd0$@gmail.com>
In-Reply-To: <007601d41457$89f91620$9deb4260$@gmail.com>
References:  <006601d4144e$993ad000$cbb07000$@gmail.com> <20180705110505.GF5562@kib.kiev.ua> <007601d41457$89f91620$9deb4260$@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > You have RACCT but not RCTL in the kernel config ?  Try this.
> 
> This is correct!
> 
> > diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c index
> > b8bcbd49420..457a590cdf5 100644
> > --- a/sys/kern/kern_jail.c
> > +++ b/sys/kern/kern_jail.c
> > @@ -3988,8 +3988,10 @@ prison_racct_attach(struct prison *pr)  static
> > void  prison_racct_modify(struct prison *pr)  {
> > +#ifdef RCTL
> >  	struct proc *p;
> >  	struct ucred *cred;
> > +#endif
> >  	struct prison_racct *oldprr;
> >
> >  	ASSERT_RACCT_ENABLED();
> 
> I'm trying the patch as we speak thanks kib.

Patch works fine. Kernel builds without problems. 
Will probably add RCTL to my kernel config though.
Thanks!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007701d41459$9e2189f0$da649dd0$>