[Unionfs] INgo Molnar's RT patch
Josef Sipek
jsipek at fsl.cs.sunysb.edu
Thu Aug 23 14:13:44 EDT 2007
On Thu, Aug 23, 2007 at 01:43:16PM +0200, Paul Hewlett wrote:
> On Wednesday 22 August 2007 21:07, Erez Zadok wrote:
> > In message <200708211427.41245.paul at gccs.co.za>, Paul Hewlett writes:
> > > Hi Erez
> > >
> > > struct rw_semaphore rwsem;
> > >
> > > to
> > >
> > > struct compat_rw_semaphore rwsem;
> > >
> > > then everything compiled.
> >
> > Paul, if that's the only change needed, then I'll be happy to support it in
> > the unionfs2 series for 2.6.21 and any other kernel for which this is
> > needed. All I need to do is for you to tell me which CONFIG_* option I
> > should use:
> >
> > #ifdef CONFIG_rt_something
> > struct compat_rw_semaphore rwsem;
> > #else
> > struct rw_semaphore rwsem;
> > #endif
> >
> > Also, can you tell me which kernel major 2.6.x versions the RT patches are
> > available for?
> >
> > Thanks,
> > Erez.
>
> Erez
>
> I will look into this.
>
> On another note I am replying late and got a whole host of msgs from you and
> Josef Sipek including the incorrect ones :-) - the thing is I got them
> multiple times (8 copies). Something wrong with your mail list manager ?
Out of habbit I do reply-to-all so you could have gotten 2 copies...but
8...that's strange.
Jeff.
--
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all progress
depends on the unreasonable man.
- George Bernard Shaw
More information about the unionfs
mailing list