sunrpc: fix braino in ->poll()
[pandora-kernel.git] / net / sunrpc / cache.c
index 237a2ee..7de935a 100644 (file)
@@ -909,7 +909,7 @@ static unsigned int cache_poll(struct file *filp, poll_table *wait,
        poll_wait(filp, &queue_wait, wait);
 
        /* alway allow write */
        poll_wait(filp, &queue_wait, wait);
 
        /* alway allow write */
-       mask = POLL_OUT | POLLWRNORM;
+       mask = POLLOUT | POLLWRNORM;
 
        if (!rp)
                return mask;
 
        if (!rp)
                return mask;