Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26846
b: refs/heads/master
c: 8c7b389
h: refs/heads/master
v: v3
  • Loading branch information
Peter Staubach authored and Linus Torvalds committed May 21, 2006
1 parent 9ca192a commit 54e5d42
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: ea6c20891eb25e4884b852c040136f44cb173f3e
refs/heads/master: 8c7b389e532e964f07057dac8a56c43465544759
2 changes: 1 addition & 1 deletion trunk/fs/exportfs/expfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ find_exported_dentry(struct super_block *sb, void *obj, void *parent,
if (acceptable(context, result))
return result;
if (S_ISDIR(result->d_inode->i_mode)) {
/* there is no other dentry, so fail */
err = -EACCES;
goto err_result;
}

Expand Down

0 comments on commit 54e5d42

Please sign in to comment.