From: J. Bruce Fields Date: Tue, 6 Nov 2007 18:05:36 +0000 (-0500) Subject: sunrpc: rpc_pipe_poll may miss available data in some cases X-Git-Tag: v2.6.24-rc4~92^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda4f9b7996e5520934ca2a7310b363463a4e3b0;p=pandora-kernel.git sunrpc: rpc_pipe_poll may miss available data in some cases Pipe messages start out life on a queue on the inode, but when first read they're moved to the filp's private pointer. So it's possible for a poll here to return null even though there's a partially read message available. Signed-off-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed