- Eliminate the FILEDESC_SLOCK preventing scaling of threaded poll operations
- retain the file pointer until rescan
Avoiding the second cap_rights check makes the single threaded case marginally faster. poll1_threads now scales in the same way that poll1_processes does.