Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34817
b: refs/heads/master
c: a53a3c5
h: refs/heads/master
i:
  34815: ef8e8ab
v: v3
  • Loading branch information
Steve Dickson authored and Trond Myklebust committed Sep 23, 2006
1 parent 835c6bf commit eb1d9ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aec5e175288c711cbe44750276f61efa3fa3d370
refs/heads/master: a53a3c58fd83e572a7c768d88b4c4e9840a57e82
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/rpc_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ rpc_mkpipe(struct dentry *parent, const char *name, void *private, struct rpc_pi
if (IS_ERR(dentry))
return dentry;
dir = parent->d_inode;
inode = rpc_get_inode(dir->i_sb, S_IFSOCK | S_IRUSR | S_IWUSR);
inode = rpc_get_inode(dir->i_sb, S_IFIFO | S_IRUSR | S_IWUSR);
if (!inode)
goto err_dput;
inode->i_ino = iunique(dir->i_sb, 100);
Expand Down

0 comments on commit eb1d9ad

Please sign in to comment.