From: Venkateswararao Jujjuri Date: Sat, 22 May 2010 17:20:30 +0000 (-0500) Subject: 9p: Add mksock support X-Git-Tag: v2.6.35-rc1~418^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75cc5c9b82a31936d2a8cb75f34752000e244015;p=pandora-kernel.git 9p: Add mksock support Without this patch, an attempt to mksock will get an EINVAL. Before this patch: [root@localhost 1dir]# mksock mysock mksock: error making mysock: Invalid argument With this patch: [root@localhost 1dir]# mksock mysock [root@localhost 1dir]# ls -l mysock s--------- 1 root root 0 2010-03-31 17:44 mysock Signed-off-by: Venkateswararao Jujjuri Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed