Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116260
b: refs/heads/master
c: 57c7b4e
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Deininger authored and Eric Van Hensbergen committed Oct 17, 2008
1 parent 707ffc1 commit 9422ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e7f4b8f1a5893ff8296b5b581e16a0b96f60a3b5
refs/heads/master: 57c7b4e68edf3b4fe7f977db9ad437e0f7f7c382
1 change: 1 addition & 0 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ v9fs_stat2inode(struct p9_wstat *stat, struct inode *inode,
stat->extension);
};
inode->i_rdev = MKDEV(major, minor);
init_special_inode(inode, inode->i_mode, inode->i_rdev);
} else
inode->i_rdev = 0;

Expand Down

0 comments on commit 9422ebd

Please sign in to comment.