Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70755
b: refs/heads/master
c: 074406f
h: refs/heads/master
i:
  70753: 99c9a10
  70751: ffdc6a1
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Oct 17, 2007
1 parent 95ff244 commit 3351dfe
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: b10099792b6276c31cee4c021e0a5d3f9a9e33ed
refs/heads/master: 074406fa6309ab8b0aca15496b16b3653e58c03d
1 change: 1 addition & 0 deletions trunk/fs/fuse/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ static struct inode *get_root_inode(struct super_block *sb, unsigned mode)

attr.mode = mode;
attr.ino = FUSE_ROOT_ID;
attr.nlink = 1;
return fuse_iget(sb, 1, 0, &attr);
}

Expand Down

0 comments on commit 3351dfe

Please sign in to comment.