DI BACCO ANTONIO - technolabs wrote: > Sending ioctls to a socket I receive the following problem (only the > first time I send a ioctl): > > Badness in local_bh_enable at kernel/softirq.c:137
You're not supposed to nest a spin_lock_bh inside a spin_lock_irq. fs_ioctl() does this anyway, hence the warning. -Scott _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
