From: J. Bruce Fields Date: Fri, 24 May 2013 13:47:49 +0000 (-0400) Subject: svcrpc: implement O_NONBLOCK behavior for use-gss-proxy X-Git-Tag: v3.10-rc4~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b161c144404c18f6a9e20e46b63828ae3c2eb093;p=pandora-kernel.git svcrpc: implement O_NONBLOCK behavior for use-gss-proxy Somebody noticed LTP was complaining about O_NONBLOCK opens of /proc/net/rpc/use-gss-proxy succeeding and then a following read hanging. I'm not convinced LTP really has any business opening random proc files and expecting them to behave a certain way. Maybe this isn't really a bug. But in any case the O_NONBLOCK behavior could be useful for someone that wants to test whether gss-proxy is up without waiting. Reported-by: Jan Stancek Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed