From: Steve Dickson Date: Wed, 6 Sep 2006 15:51:21 +0000 (-0400) Subject: NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers X-Git-Tag: v2.6.19-rc1~1271^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53a3c58fd83e572a7c768d88b4c4e9840a57e82;p=pandora-kernel.git NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers This patch stop rpc_mkpipe from create S_IFSOCK nodes what don't have associated sk buffers attached (which causes SELinux to oops during NFSv4 mounts). Instead the S_IFIFO mode bit is set which probably make more sense and seems to work just fine during my connectathon and fsx testing... Signed-off-by: Steve Dickson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed