task_struct->sigmask_lock

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
Hi 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.
--------------------

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux