1. NAME

sock_poll_wait - place memory barrier behind the poll_wait call.

2. SYNOPSIS

void sock_poll_wait(struct file *  filp , wait_queue_head_t *  wait_address , poll_table *  p );

3. ARGUMENTS

filp
    file

wait_address
    socket wait queue

p
    poll_table

4. DESCRIPTION

See the comments in the wq_has_sleeper function.

5. COPYRIGHT