Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124998
b: refs/heads/master
c: 66f2218
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Al Viro committed Dec 31, 2008
1 parent 3b16079 commit 33c2a37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 52afeefb9dac9287429642189996426a2bfd6a25
refs/heads/master: 66f221875dc10813aa2f06c83ad60d0eb1356406
1 change: 0 additions & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ int inode_permission(struct inode *inode, int mask)
return -EACCES;
}

/* Ordinary permission routines do not understand MAY_APPEND. */
if (inode->i_op && inode->i_op->permission)
retval = inode->i_op->permission(inode, mask);
else
Expand Down

0 comments on commit 33c2a37

Please sign in to comment.