Change 1: Davide added a 'queue' variable into the poll_table, to indicate that no wait queue operations should happen. This is not needed: setting the poll table to NULL achieves the same effect, and is used by select/poll to implement syscalls with a 0 timeout. Patch vs 2.5.46, untested. -- Manfred