The functionality now since 2.5.x was moved to kthread api's.
This is the related message.
https://openvz.org/pipermail/devel/2007-April/004807.html


Kthread API:
http://lwn.net/Articles/188666/


On 1/20/09, Stephane Lambert <stephane.lamb...@cortus.com> wrote:
> Hi all,
> I'm trying to boot uClinux 2.6 on a new architecture.
> I have a problem during execution of the mtd_blktrans_thread() function.
> Indeed the condition for the while loop never permits to terminate.
>
> ****************************
> while (!tr->blkcore_priv->exiting) {
>   ...
>   }
> ****************************
>
> What is the purpose of this function?
> The condition tr->blkcore_priv->exiting must be !0 to terminate the loop.
> Where and how is it done?
> Any suggestions?
>
> Thanks very much in advance!
> S.Lambert
>
> _______________________________________________
> uClinux-dev mailing list
> uClinux-dev@uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev@uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
>


-- 
--linux(2.4/2.6),bsd(4.5.x+),solaris(2.5+)
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to