[Unionfs] INgo Molnar's RT patch

Erez Zadok ezk at cs.sunysb.edu
Wed Aug 22 15:07:17 EDT 2007


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.


More information about the unionfs mailing list