Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146427
b: refs/heads/master
c: d93e4c9
h: refs/heads/master
i:
  146425: 77e93ca
  146423: d49f0b1
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed May 12, 2009
1 parent 2ea57af commit a81e8d2
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: 1a62e958fa4aaeeb752311b4f5e16b2a86737b23
refs/heads/master: d93e4c940f51ae06b59c14523c4d55947f9597d6
2 changes: 1 addition & 1 deletion trunk/security/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void securityfs_remove(struct dentry *dentry)
{
struct dentry *parent;

if (!dentry)
if (!dentry || IS_ERR(dentry))
return;

parent = dentry->d_parent;
Expand Down

0 comments on commit a81e8d2

Please sign in to comment.