I want to add a linked list member(list_head) to
the task_struct data structure in kernel 2.4.28 for my
personal work. When I added them without initializing
them in INIT_TASK, no problem occurred. But when I
initialized the linked list member using
LIST_INIT_HEAD the kernel stops in POSIX
initialization phase and it never proceeds after that.
What should I take into account when adding my member
to the task_struct? What could be the problem?

Regards & thanks in advance,
selva


        
                
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to