Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198102
b: refs/heads/master
c: 75cc5c9
h: refs/heads/master
v: v3
  • Loading branch information
Venkateswararao Jujjuri authored and Eric Van Hensbergen committed May 22, 2010
1 parent 1dd1d6d commit d7461e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85e0df240e9376ff58eb1a50d9854f5f176dd297
refs/heads/master: 75cc5c9b82a31936d2a8cb75f34752000e244015
2 changes: 2 additions & 0 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,8 @@ v9fs_vfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev)
sprintf(name, "c %u %u", MAJOR(rdev), MINOR(rdev));
else if (S_ISFIFO(mode))
*name = 0;
else if (S_ISSOCK(mode))
*name = 0;
else {
__putname(name);
return -EINVAL;
Expand Down

0 comments on commit d7461e1

Please sign in to comment.