X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fsunrpc%2Fcache.c;h=7de935a22353add65fa18e20b5d07149785a1ab5;hp=237a2eecf1de89c6817913afc2716d440d25ea46;hb=7e17502f742a8e8229ce706127ba2a52fa086ed3;hpb=0b6acc6c9ddce5f9b3a96f93c47378a9e4b58e47 diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index 237a2eecf1de..7de935a22353 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c @@ -909,7 +909,7 @@ static unsigned int cache_poll(struct file *filp, poll_table *wait, poll_wait(filp, &queue_wait, wait); /* alway allow write */ - mask = POLL_OUT | POLLWRNORM; + mask = POLLOUT | POLLWRNORM; if (!rp) return mask;