Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333893
b: refs/heads/master
c: 1c2e51e
h: refs/heads/master
i:
  333891: dd2deb7
v: v3
  • Loading branch information
Jeff Layton authored and Al Viro committed Oct 12, 2012
1 parent a3a15df commit e91d2f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f78570dd6ad9563fffd24cc5e1808e1a1242f16e
refs/heads/master: 1c2e51e8c162417d2831007ec256ede06c3a0201
4 changes: 2 additions & 2 deletions trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,7 @@ void __audit_inode_child(const struct dentry *dentry,
if (!strcmp(dname, n->name) ||
!audit_compare_dname_path(dname, n->name, &dirlen)) {
if (inode)
audit_copy_inode(n, NULL, inode);
audit_copy_inode(n, dentry, inode);
else
n->ino = (unsigned long)-1;
found_child = n->name;
Expand Down Expand Up @@ -2244,7 +2244,7 @@ void __audit_inode_child(const struct dentry *dentry,
}

if (inode)
audit_copy_inode(n, NULL, inode);
audit_copy_inode(n, dentry, inode);
}
}
EXPORT_SYMBOL_GPL(__audit_inode_child);
Expand Down

0 comments on commit e91d2f8

Please sign in to comment.