git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e0df2
)
9p: Add mksock support
author
Venkateswararao Jujjuri
<jvrao@linux.vnet.ibm.com>
Sat, 22 May 2010 17:20:30 +0000
(12:20 -0500)
committer
Eric Van Hensbergen
<ericvh@gmail.com>
Sat, 22 May 2010 17:34:12 +0000
(12:34 -0500)
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 <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_inode.c
patch
|
blob
|
history
diff --cc
fs/9p/vfs_inode.c
Simple merge