Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86203
b: refs/heads/master
c: 1a823ac
h: refs/heads/master
i:
  86201: 1a691fd
  86199: 45f3924
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Feb 24, 2008
1 parent 37481a3 commit 48e87eb
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: fddd9cf82c9f9617d134ae878a8f6b116ebbd43d
refs/heads/master: 1a823ac9ff09cbdf39201df37b7ede1f9395de83
2 changes: 1 addition & 1 deletion trunk/fs/fuse/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ static int fuse_permission(struct inode *inode, int mask, struct nameidata *nd)
}

if (fc->flags & FUSE_DEFAULT_PERMISSIONS) {
int err = generic_permission(inode, mask, NULL);
err = generic_permission(inode, mask, NULL);

/* If permission is denied, try to refresh file
attributes. This is also needed, because the root
Expand Down

0 comments on commit 48e87eb

Please sign in to comment.