try
to look for sighandà
siglock present in task_struct (hopefully it should be
there)
Best
Regards
Deepak
Kumar Gupta
System
Software Group
HCL
Technologies Ltd
Noida
UP
From: kernelnewbies-bounce@xxxxxxxxxxxx [mailto:kernelnewbies-bounce@xxxxxxxxxxxx] On Behalf Of kinGkonGkoli
Sent: Wednesday, August 31, 2005 12:34 PM
To: kernelnewbies@xxxxxxxxxxxx
Subject: task_struct->sigmask_lockHi There,I 'm using redhat linux 2.4.20-8.Was trying to make knetlog-stat kernel module ( Daniele ).sigmask_lock field isnot present in the task_struct structure.Wht Shud i do now ??!!d code goes as follows --..........if ( signal_pending( current ) ) {spin_lock_irq(current->sigmask_lock);flush_signals(current);spin_unlock_irq(current->sigmask_lock);break;}............
--------------------
kinGkonGkoli
Bangalore.--------------------